xlxd/scripts/ambedwatchdog

6 lines
171 B
Plaintext
Raw Normal View History

2024-10-02 11:28:05 +02:00
#!/bin/sh
if journalctl -u ambed.service --since "5min ago" --grep 'Device .* is unresponsive'; then
systemctl restart ambed.service
systemctl restart xlxd.service
fi