X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-barbican%2Fopenstack-barbican-keystone-listener.service;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-barbican%2Fopenstack-barbican-keystone-listener.service;h=595f2ebe84f834478f39e1743f8fc0fd042ead14;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-barbican/openstack-barbican-keystone-listener.service b/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-barbican/openstack-barbican-keystone-listener.service new file mode 100644 index 0000000..595f2eb --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-barbican/openstack-barbican-keystone-listener.service @@ -0,0 +1,13 @@ +[Unit] +Description=Openstack Barbican worker daemon +After=syslog.target network.target + +[Service] +Type=simple +ExecStart=/usr/bin/barbican-keystone-listener +User=barbican +Group=barbican +Restart=on-failure + +[Install] +WantedBy=multi-user.target