15 lines
588 B
SYSTEMD
15 lines
588 B
SYSTEMD
[Unit]
|
|
Description=Watch hacktivism software/config changes → re-run monitoring
|
|
Documentation=file:%h/src/taler-monitoring/host-agent/README.md
|
|
|
|
[Path]
|
|
# Explicit stamp after package/image upgrades (touch-software-stamp.sh)
|
|
# Landing/caddy ops live outside this suite (host admin-log) — touch the stamp there.
|
|
PathChanged=%h/.local/state/taler-hacktivism-monitoring/software.stamp
|
|
PathModified=%h/.local/state/taler-hacktivism-monitoring/software.stamp
|
|
# Debounce: wait for quiet period before firing
|
|
TriggerLimitIntervalSec=120
|
|
TriggerLimitBurst=3
|
|
|
|
[Install]
|
|
WantedBy=default.target
|