blob: 07ad9f0434d6f4bd75018b0b0cef4583ca51d394 [file] [log] [blame]
Miroslav Mareša82bdde2017-05-04 23:41:16 +02001#!/bin/bash
2
3set -eux
4
5sed -i -E "s/(#?)ShutdownWatchdogSec=(.*)/ShutdownWatchdogSec=60/" ${TARGET_DIR}/etc/systemd/system.conf
6sed -i -E "s/(#?)RuntimeWatchdogSec=(.*)/RuntimeWatchdogSec=60/" ${TARGET_DIR}/etc/systemd/system.conf