X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fd659663f969ffd6dabaed5f69c772a1cb9ac114..92691a3627f6e00887560b22b727526ff5dbc3ff:/package/htpdate/files/htpdate.init

diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init
index 69d3d35f5..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 -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS
+  $BIN -l -s -t $OPTIONS && $BIN -D $OPTIONS
   ;;
  stop)
   [ -f $PID_F ] && kill $(cat $PID_F)