summarylogtreecommitdiffstats
path: root/cinder-volume.service
diff options
context:
space:
mode:
Diffstat (limited to 'cinder-volume.service')
-rw-r--r--cinder-volume.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/cinder-volume.service b/cinder-volume.service
new file mode 100644
index 000000000000..ba097ee04983
--- /dev/null
+++ b/cinder-volume.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Cinder Volume service
+
+[Service]
+ExecStart=/usr/bin/cinder-volume --config-dir /etc/cinder/
+User=root
+
+[Install]
+WantedBy=multi-user.target