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
committerRichard Ipsum <richardipsum@fastmail.co.uk>2014-11-27 18:12:15 +0000
commit5bbe18b50c8590366cfedbd2ebd2138a399f9a42 (patch)
tree46e2c06f0b63ffb4d41ef7eda5a9eb8da4a04e00 /openstack/etc/systemd/system/openstack-cinder-volume.service
parent6fe5afe06cf0570415f0b6d7e156d7b99b8453ef (diff)
downloaddefinitions-5bbe18b50c8590366cfedbd2ebd2138a399f9a42.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