diff options
| author | CoprDistGit <infra@openeuler.org> | 2024-01-18 01:56:28 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2024-01-18 01:56:28 +0000 |
| commit | 1f52fe23d2faedfa0186dea16cc12c4ae1024617 (patch) | |
| tree | 18b20195a4ba695b0c37ebdf653688de12c57cdc /openstack-cinder-volume.service | |
| parent | 2ec6de81a807cb383c9cd24c2d9959a47a619cfe (diff) | |
automatic import of openstack-cinderopeneuler22.03_LTS_SP2
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 + |
