mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 22:16:59 +05:30
12 lines
221 B
SYSTEMD
12 lines
221 B
SYSTEMD
[Unit]
|
|
Description=Run goaccess every 10 minutes to update statistics
|
|
Requires=goaccess.service
|
|
|
|
[Timer]
|
|
Unit=goaccess.service
|
|
OnUnitInactiveSec=10m
|
|
RandomizedDelaySec=10m
|
|
AccuracySec=1s
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|