summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/lib/systemd/system/openstack-cinder-api.service
blob: a284f31df5545241ec0edc94d78a48f205651f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=OpenStack Volume Service (code-named Cinder) API server
ConditionPathExists=/etc/cinder/cinder.conf
After=network-online.target openstack-cinder-config-setup.service openstack-cinder-db-setup.service
Wants=network-online.target

[Service]
Type=simple
User=cinder
StandardOutput=null
StandardError=null
ExecStart=/usr/bin/cinder-api --config-file /etc/cinder/cinder.conf

[Install]
WantedBy=multi-user.target