mirror of
https://github.com/xzcrpw/blackwall.git
synced 2026-05-17 15:25:13 +02:00
11 lines
167 B
SYSTEMD
11 lines
167 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Blackwall health check timer (every 5 min)
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=2min
|
||
|
|
OnUnitActiveSec=5min
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|