summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-keystone.service
blob: f9cc66f4983c52e51d0cfb05a0cf372d2a483a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=OpenStack Identity Service (code-named Keystone)
After=syslog.target network-online.target
ConditionPathExists=/etc/keystone/keystone.conf
Wants=network-online.target

[Service]
Type=notify
Restart=always
User=keystone
StandardOutput=null
StandardError=null
ExecStart=/usr/bin/keystone-all --config-file /etc/keystone/keystone.conf

[Install]
WantedBy=multi-user.target