X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0e293cb5c5f2638b274078d48fe6192082c24b2e..0f3cb26fc923249f917951839e1985d6492c77c5:/package/htpdate/files/htpdate.init?ds=sidebyside 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)