summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-cinder-volume.service
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-27 17:56:22 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:25 +0000
commit8e93008f02c83803b107c80180808f747751e690 (patch)
tree053ff71d8a665e1678ba9bfaee7c0b28d18c9344 /openstack/etc/systemd/system/openstack-cinder-volume.service
parent30682a2993e8a6214d32626889e40ab24fe5297a (diff)
downloaddefinitions-8e93008f02c83803b107c80180808f747751e690.tar.gz
FIXUPME: Add log files to cinder services
Diffstat (limited to 'openstack/etc/systemd/system/openstack-cinder-volume.service')
-rw-r--r--openstack/etc/systemd/system/openstack-cinder-volume.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/systemd/system/openstack-cinder-volume.service b/openstack/etc/systemd/system/openstack-cinder-volume.service
index ccfc2a2a..8852c90f 100644
--- a/openstack/etc/systemd/system/openstack-cinder-volume.service
+++ b/openstack/etc/systemd/system/openstack-cinder-volume.service
@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
User=cinder
-ExecStart=/usr/bin/cinder-volume --config-file /etc/cinder/cinder.conf
+ExecStart=/usr/bin/cinder-volume --config-file /etc/cinder/cinder.conf --log-file=/var/log/cinder/cinder-volume.log
[Install]
WantedBy=multi-user.target