diff hg_app_daemon @ 432:90512560ed4d

more with init scripts !
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 27 Aug 2010 17:41:33 +0200
parents ccbb7ea2b203
children
line wrap: on
line diff
--- a/hg_app_daemon	Fri Aug 27 15:25:23 2010 +0200
+++ b/hg_app_daemon	Fri Aug 27 17:41:33 2010 +0200
@@ -34,7 +34,7 @@
 start() {
     ebegin "Starting $APP_NAME"
     start-stop-daemon -d $APP_PATH -e PYTHON_EGG_CACHE="/tmp" \
-        --start --quiet\
+        --start --quiet \
         --pidfile $PID_PATH \
         --user $RUN_AS \
         --exec $DAEMON -- $DAEMON_OPTS