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