diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-03-28 13:56:02 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-28 14:39:30 -0400 |
| commit | 984c2d69f51824a4c1e7b3a448fe24759e594026 (patch) | |
| tree | 43217944da7ae820af7e9ccfcd775cc72597d679 /meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init | |
| parent | d6e8ddfcca4c0c61643bca5e33113b414077306a (diff) | |
| download | meta-cloud-services-984c2d69f51824a4c1e7b3a448fe24759e594026.tar.gz | |
OpenStack: sysvinit scripts - enable logging
Explicitly enable --log-dir to enable logging where available
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init index 23ca780..d3c72e4 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init +++ b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init | |||
| @@ -37,7 +37,7 @@ start() | |||
| 37 | 37 | ||
| 38 | start-stop-daemon --start --quiet --background \ | 38 | start-stop-daemon --start --quiet --background \ |
| 39 | --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \ | 39 | --pidfile ${PIDFILE} --make-pidfile --exec ${DAEMON} \ |
| 40 | -- --config-file $CONFIG | 40 | -- --config-file $CONFIG --log-dir=/var/log/ceilometer |
| 41 | 41 | ||
| 42 | if [ $? -eq 0 ]; then | 42 | if [ $? -eq 0 ]; then |
| 43 | echo "done." | 43 | echo "done." |
