mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Create ambedwatchdog.timer
This commit is contained in:
parent
51fa189119
commit
af3fca5111
10
scripts/ambedwatchdog.timer
Normal file
10
scripts/ambedwatchdog.timer
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Contiously monitor ambed if it crashes
|
||||
Requires=xlxd.service ambed.service
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* *:*:0/5
|
||||
Unit=ambedwatchdog.service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Reference in a new issue