From: Bjoern Sikora Date: Tue, 4 Aug 2009 15:46:10 +0000 (+0200) Subject: Useing initlog to start process. X-Git-Tag: v1.1~250 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=9e13fd6887aaba0ccb692a56d7d40fc11a22aa0c;p=bpdyndnsd Useing initlog to start process. --- diff --git a/scripts/bpdyndnsd b/scripts/bpdyndnsd index 77bf508..14d9ec6 100755 --- a/scripts/bpdyndnsd +++ b/scripts/bpdyndnsd @@ -36,7 +36,7 @@ is_running() { start() { echo -n "Starting bpdyndnsd: " - ${path_prg} --daemon_mode 1 + initlog -c "${path_prg} --daemon_mode 1 --syslog 1" && success || failure RETVAL=$? echo