mirror of https://github.com/LX3JL/xlxd.git
parent
44893d2f21
commit
b5a84dc4a6
@ -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…
Reference in new issue