diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-heat/heat.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat/heat.init b/meta-openstack/recipes-devtools/python/python-heat/heat.init index e37c4c8..4d8c180 100644 --- a/meta-openstack/recipes-devtools/python/python-heat/heat.init +++ b/meta-openstack/recipes-devtools/python/python-heat/heat.init | |||
| @@ -43,7 +43,7 @@ start() | |||
| 43 | 43 | ||
| 44 | start-stop-daemon --start --quiet --background \ | 44 | start-stop-daemon --start --quiet --background \ |
| 45 | --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \ | 45 | --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \ |
| 46 | -- --config-file $CONFIG | 46 | -- --config-file $CONFIG --log-dir=/var/log/heat |
| 47 | 47 | ||
| 48 | if [ $? -eq 0 ]; then | 48 | if [ $? -eq 0 ]; then |
| 49 | echo "done." | 49 | echo "done." |
