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