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=0000000000000000000000000000000000000000;hb=57f51243aa3f638064155671da92722ac9ff6091;hp=a72aa84be502ea80edec95272ded6fa5bfafe5d5;hpb=c29ccf4387a39def332fa26014f019039eaba96e;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 deleted file mode 100644 index a72aa84..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/stx-files/openstack-keystone.service +++ /dev/null @@ -1,14 +0,0 @@ -[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