server-config/systemd_units/goaccess-update.timer
2020-04-18 04:36:37 +05:30

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