Miroslav Mareš | a82bdde | 2017-05-04 23:41:16 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | set -eux | ||||
4 | |||||
5 | sed -i -E "s/(#?)ShutdownWatchdogSec=(.*)/ShutdownWatchdogSec=60/" ${TARGET_DIR}/etc/systemd/system.conf | ||||
6 | sed -i -E "s/(#?)RuntimeWatchdogSec=(.*)/RuntimeWatchdogSec=60/" ${TARGET_DIR}/etc/systemd/system.conf |