openstack-cinder/openstack-cinder-volume.service
2021-08-23 02:45:21 +00:00

17 lines
340 B
Desktop File

[Unit]
Description=OpenStack Cinder Volume Server
After=syslog.target network.target
[Service]
LimitNOFILE=131072
LimitNPROC=131072
Type=simple
User=cinder
ExecStart=/usr/bin/cinder-volume --config-file /etc/cinder/cinder.conf --logfile /var/log/cinder/volume.log
Restart=on-failure
KillMode=process
[Install]
WantedBy=multi-user.target