rabin %!s(int64=5) %!d(string=hai) anos
pai
achega
4509651fb7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/shell/autossh/daemon

+ 1 - 1
src/shell/autossh/daemon

@@ -4,7 +4,7 @@ while true
 do
 	pids=`ps aux|grep "/usr/bin/ssh -f -NR"|grep -v entrypoint|grep -v grep|grep -v process|awk '{print $1}'`
 	if [ "$pids" ]; then
-		sleep 86400
+		sleep 80000
 		kill -9 $pids
 	else
 		epids=`ps aux|grep "/data/dm/src/shell/autossh/expect"|grep -v entrypoint|grep -v grep|grep -v process|awk '{print $1}'`