Add initial meta-stx to support StarlingX build
[pti/rtp.git] / meta-stx / recipes-devtools / python / files / python-keystone / stx-files / openstack-keystone.service
1 [Unit]
2 Description=OpenStack Identity Service (code-named Keystone)
3 After=syslog.target network.target
4
5 [Service]
6 Type=forking
7 #ReminAfterExit is set to yes as we have 2 pids to monitor
8 RemainAfterExit=yes
9 ExecStart=/usr/bin/keystone-all start
10 ExecStop=/usr/bin/keystone-all stop
11 ExecReload=/usr/bin/keystone-all reload
12
13 [Install]
14 WantedBy=multi-user.target