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

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

[Install]
WantedBy=multi-user.target