X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2a7362a73ef3221388dd388ef7703966ff336305..46225926c8c36b914ad7423bb7e6f36a42b92298:/package/htpdate/files/htpdate.init?ds=sidebyside diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init index a9fbb81c2..97a413f77 100644 --- a/package/htpdate/files/htpdate.init +++ b/package/htpdate/files/htpdate.init @@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid case $1 in start) mkdir -p $RUN_D - $BIN -s -t $OPTIONS && $BIN -D $OPTIONS + $BIN -l -s -t $OPTIONS && $BIN -D $OPTIONS ;; stop) [ -f $PID_F ] && kill $(cat $PID_F)