summaryrefslogtreecommitdiff
path: root/debian/init
diff options
context:
space:
mode:
Diffstat (limited to 'debian/init')
-rw-r--r--debian/init3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/init b/debian/init
index 958b8f9..8a4a7be 100644
--- a/debian/init
+++ b/debian/init
@@ -15,12 +15,13 @@ DAEMON="/usr/sbin/mailgraph"
PID_FILE="/var/run/mailgraph.pid"
RRD_DIR="/var/lib/mailgraph"
IGNORE_OPTION=""
+MAIL_LOG="/var/log/mail.log"
if [ -f $MAILGRAPH_CONFIG ]; then
. $MAILGRAPH_CONFIG
else
exit 0
-fi
+fi
test -x $DAEMON || exit 0