diff options
Diffstat (limited to 'openstack-cinder-volume.service')
| -rw-r--r-- | openstack-cinder-volume.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openstack-cinder-volume.service b/openstack-cinder-volume.service new file mode 100644 index 0000000..91a8f78 --- /dev/null +++ b/openstack-cinder-volume.service @@ -0,0 +1,16 @@ +[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 + |
