16 lines
422 B
Desktop File
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
|