Move cinder to 8.0 branch
[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
10 [Install]
11 WantedBy=multi-user.target