X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1ceef6d0a4d848162ccc8d36976426b1944b2b61..1418a689b09ba101b19c94af88246f50a6dd1753:/openwrt/package/htpdate/files/htpdate.init diff --git a/openwrt/package/htpdate/files/htpdate.init b/openwrt/package/htpdate/files/htpdate.init index a9fbb81c2..97a413f77 100644 --- a/openwrt/package/htpdate/files/htpdate.init +++ b/openwrt/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)