Create ambedwatchdog

pull/243/head
Fabian Franz BSc 1 year ago committed by GitHub
parent 44893d2f21
commit b5a84dc4a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
#!/bin/sh
if journalctl -u ambed.service --since "5min ago" --grep 'Device .* is unresponsive'; then
systemctl restart ambed.service
systemctl restart xlxd.service
fi
Loading…
Cancel
Save

Powered by TurnKey Linux.