Jan Kundrát | 7ac1134 | 2018-06-14 18:56:05 +0200 | [diff] [blame] | 1 | [Unit] |
2 | Description=Pinging the HW watchdog | ||||
3 | Requires=multi-user.target | ||||
4 | After=multi-user.target | ||||
5 | |||||
6 | [Service] | ||||
7 | Type=oneshot | ||||
8 | ExecStartPre=/bin/sh -c '[ "$(/bin/systemctl list-units --failed --all --no-legend --no-pager)" == "" ]' | ||||
9 | ExecStart=/bin/busctl set-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager RuntimeWatchdogUSec t 30000000 |