summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-keystone.service
blob: 6f6ff64475818fd7586b803d6d6b9edac02c0de3 (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)
ConditionPathExists=/etc/keystone/keystone.conf
After=network-online.target
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