CentOS 7: Update to 8.0.0.0b3
[openstack-build/cinder-build.git] / centos7 / rpm / SOURCES / openstack-cinder-volume.service
1 [Unit]
2 Description=OpenStack Cinder Volume Server
3 After=syslog.target network.target
4
5 [Service]
6 Type=simple
7 User=cinder
8 ExecStart=/usr/bin/cinder-volume --config-file /usr/share/cinder/cinder-dist.conf --config-file /etc/cinder/cinder.conf --logfile /var/log/cinder/volume.log
9 Restart=on-failure
10
11 [Install]
12 WantedBy=multi-user.target