Updated to new upstream release (v0.8.7)
[openwrt.git] / openwrt / package / htpdate / files / htpdate.init
index 9af0e55..69d3d35 100644 (file)
@@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid
 case $1 in
  start)
   mkdir -p $RUN_D
-  $BIN $OPTIONS
+  $BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS
   ;;
  stop)
   [ -f $PID_F ] && kill $(cat $PID_F)
This page took 0.037922 seconds and 4 git commands to generate.