mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
Adjust sleep timers
should be working fine now with 2*30 secsonds
This commit is contained in:
parent
ced36070d2
commit
0a0e9c67ce
1 changed files with 3 additions and 3 deletions
|
@ -86,9 +86,9 @@ APT::Periodic::Download-Upgradeable-Packages "0";
|
||||||
APT::Periodic::AutocleanInterval "7";
|
APT::Periodic::AutocleanInterval "7";
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Let's wait no longer for network than 20 seconds
|
# Let's wait no longer for network than 60 seconds
|
||||||
#fuECHO "### Wait no longer for network than 60 seconds."
|
fuECHO "### Wait no longer for network than 60 seconds."
|
||||||
#sed -i.bak 's#sleep 60#sleep 30#' /etc/init/failsafe.conf
|
sed -i.bak 's#sleep 60#sleep 30#' /etc/init/failsafe.conf
|
||||||
|
|
||||||
# Let's make sure to reboot the system after a kernel panic
|
# Let's make sure to reboot the system after a kernel panic
|
||||||
fuECHO "### Reboot after kernel panic."
|
fuECHO "### Reboot after kernel panic."
|
||||||
|
|
Loading…
Reference in a new issue