disable ieee802dot11 module (fix segfault with snmpwalk),
[openwrt.git] / package / htpdate / files / htpdate.init
index 9af0e55..97a413f 100644 (file)
@@ -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)
This page took 0.027074 seconds and 4 git commands to generate.