From: bullshit Date: Fri, 20 Jun 2014 18:16:00 +0000 (+0200) Subject: adding log command to daemon X-Git-Tag: v0.102~26^2~1^2 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/commitdiff_plain/ff1fb96a897030301c403de0189279ad5a5eed1d adding log command to daemon --- 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