9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
15 lines
358 B
Desktop File
15 lines
358 B
Desktop File
[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
|