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-keystone%2Fstx-files%2Fopenstack-keystone.service;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-keystone%2Fstx-files%2Fopenstack-keystone.service;h=a72aa84be502ea80edec95272ded6fa5bfafe5d5;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/stx-files/openstack-keystone.service b/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/stx-files/openstack-keystone.service new file mode 100644 index 0000000..a72aa84 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/stx-files/openstack-keystone.service @@ -0,0 +1,14 @@ +[Unit] +Description=OpenStack Identity Service (code-named Keystone) +After=syslog.target network.target + +[Service] +Type=forking +#ReminAfterExit is set to yes as we have 2 pids to monitor +RemainAfterExit=yes +ExecStart=/usr/bin/keystone-all start +ExecStop=/usr/bin/keystone-all stop +ExecReload=/usr/bin/keystone-all reload + +[Install] +WantedBy=multi-user.target