12 lines
274 B
Text
12 lines
274 B
Text
|
|
[Unit]
|
||
|
|
Description=Run UPS Heartbeat Monitor every {{ ups_heartbeat_interval_seconds }} seconds
|
||
|
|
Requires={{ ups_systemd_service_name }}.service
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=1min
|
||
|
|
OnUnitActiveSec={{ ups_heartbeat_interval_seconds }}sec
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|