12 lines
174 B
SYSTEMD
12 lines
174 B
SYSTEMD
[Unit]
|
|
Description=Run stats snapshot every 10 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=3min
|
|
OnUnitActiveSec=10min
|
|
RandomizedDelaySec=30s
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|