xlxd/scripts/ambedwatchdog
2024-10-02 11:28:05 +02:00

6 lines
171 B
Bash

#!/bin/sh
if journalctl -u ambed.service --since "5min ago" --grep 'Device .* is unresponsive'; then
systemctl restart ambed.service
systemctl restart xlxd.service
fi