summaryrefslogtreecommitdiffstats
path: root/package/htpdate/files/htpdate.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/htpdate/files/htpdate.init')
-rw-r--r--package/htpdate/files/htpdate.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init
index 69d3d35f5..a9fbb81c2 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 -s -t $OPTIONS && $BIN -D $OPTIONS
;;
stop)
[ -f $PID_F ] && kill $(cat $PID_F)