summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder/cinder-volume')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder/cinder-volume3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume b/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
index 2c9334e..aec6ab0 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
+++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
@@ -35,7 +35,8 @@ start()
35 echo -n "Starting $DESC..." 35 echo -n "Starting $DESC..."
36 36
37 start-stop-daemon --start --quiet --background \ 37 start-stop-daemon --start --quiet --background \
38 --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} 38 --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \
39 -- --log-dir=/var/log/cinder
39 40
40 if [ $? -eq 0 ]; then 41 if [ $? -eq 0 ]; then
41 echo "done." 42 echo "done."