X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3a6a6bad8bd43b4df5b6e5573fad89851ffb95d2..bdd94763c1c3c236e2bd8b2282dad526e08bbb66:/openwrt/package/htpdate/files/htpdate.init diff --git a/openwrt/package/htpdate/files/htpdate.init b/openwrt/package/htpdate/files/htpdate.init index 69d3d35f5..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 -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS + $BIN -l -s -t $OPTIONS && $BIN -D $OPTIONS ;; stop) [ -f $PID_F ] && kill $(cat $PID_F)