X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2a7362a73ef3221388dd388ef7703966ff336305..74547d88ae5ea232488800bb47f2297a53dc1181:/package/htpdate/files/htpdate.init

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