1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-14 03:03:54 +02:00

Create 99watchdog

This commit is contained in:
@RubenKelevra 2016-05-06 04:51:46 +02:00
parent e06cde9167
commit 1295a03289

View File

@ -0,0 +1,3 @@
#watchdog which init a reboot if sysupgrade stuck
( sleep 400; reboot -f) &