diff options
author | makefu <github@syntax-fehler.de> | 2014-03-21 23:42:16 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-21 23:42:16 +0100 |
commit | e7debe92bac517d1fdd53b9d669548a8cbce0c04 (patch) | |
tree | e91dab0c99004429430f863adda0233784b2eb31 /filehooker/root-image/etc/systemd/system | |
parent | 5f89a51920228acd91891cd54a2bfd49cfe4e399 (diff) |
extend dhcpcd to die if no internet is available
Diffstat (limited to 'filehooker/root-image/etc/systemd/system')
-rw-r--r-- | filehooker/root-image/etc/systemd/system/dhcpcd.service.d/force-reboot.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filehooker/root-image/etc/systemd/system/dhcpcd.service.d/force-reboot.conf b/filehooker/root-image/etc/systemd/system/dhcpcd.service.d/force-reboot.conf new file mode 100644 index 00000000..5b506341 --- /dev/null +++ b/filehooker/root-image/etc/systemd/system/dhcpcd.service.d/force-reboot.conf @@ -0,0 +1,2 @@ +[Service] +StartLimitAction=reboot-force |