From ff1fb96a897030301c403de0189279ad5a5eed1d Mon Sep 17 00:00:00 2001 From: bullshit Date: Fri, 20 Jun 2014 20:16:00 +0200 Subject: [PATCH] adding log command to daemon --- debian/hmland.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/hmland.init b/debian/hmland.init index 7f8f6d3..dd0dd0e 100644 --- a/debian/hmland.init +++ b/debian/hmland.init @@ -18,7 +18,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Homematic LAN Adapter service" # Introduce a short description here NAME=hmland # Introduce the short server's name here DAEMON=/opt/hm/hmcfgusb/$NAME # Introduce the server's location here -DAEMON_ARGS="-r 03:30 -d -P -p 1000" # Arguments to run the daemon with +DAEMON_ARGS="-r 03:30 -d -P -p 1000 -L /var/log/hmland.log" # Arguments to run the daemon with PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME -- 2.39.2