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