koopa-admin-log/configs/systemd/user/koopa-amanita-probe.service
2026-09-18 15:11:54 +02:00

16 lines
422 B
Desktop File

[Unit]
Description=External amanita freeze probe (ICMP+SSH last-alive)
Documentation=file:%h/src/koopa/koopa-admin-log/scripts/amanita-probe/README.md
After=default.target
[Service]
Type=oneshot
ExecStart=%h/.local/bin/koopa-amanita-probe once
# Probe outcomes are data in the log; never fail the timer
SuccessExitStatus=0 1
Nice=10
IOSchedulingClass=best-effort
IOSchedulingPriority=6
[Install]
WantedBy=default.target