changeset 433:aeafda5481e4

more on that neverending topic :) init scripts
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 27 Aug 2010 17:56:41 +0200
parents 90512560ed4d
children bd3f341cad45
files hg_app_daemon2
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hg_app_daemon2	Fri Aug 27 17:41:33 2010 +0200
+++ b/hg_app_daemon2	Fri Aug 27 17:56:41 2010 +0200
@@ -70,6 +70,7 @@
         --pidfile $PID_PATH \
         --user $RUN_AS \
         --exec $DAEMON -- $DAEMON_OPTS
+    ;;
   *)
     echo "Usage: $0 {start|stop|restart}"
     exit 1