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