summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/init b/debian/init
index 7cc4f7c..958b8f9 100644
--- a/debian/init
+++ b/debian/init
@@ -35,7 +35,7 @@ fi
case "$1" in
start)
echo -n "Starting Postfix Mail Statistics: $NAME"
- start-stop-daemon -S -q -b -p $PID_FILE -x $DAEMON -- -l $MAIL_LOG -d --daemon_rrd=$RRD_DIR $IGNORE_OPTION $EXTRA_OPTIONS
+ start-stop-daemon -S -q -b -p $PID_FILE -x $DAEMON -- -l $MAIL_LOG -d --daemon_pid=$PID_FILE --daemon_rrd=$RRD_DIR $IGNORE_OPTION $EXTRA_OPTIONS
echo "."
;;
stop)