e2d865
# To customize, copy this file to /etc/systemd/system and edit there
e2d865
#
e2d865
# You can use this unit to periodically run mrtg.service.
e2d865
# Only enable if you do not want to run mrtg as a daemon.
e2d865
# Starting mrtg.timer while mrtg.service is running as a daemon has no point.
e2d865
#
e2d865
# Please disable /etc/crond.d/mrtg job when using this unit!
e2d865
#
e2d865
# Default is to run mrtg.service every 5 minutes, starting
e2d865
# 1 minute after system boot.
e2d865
e2d865
[Unit]
e2d865
Description=periodic invocation of MRTG
e2d865
e2d865
[Timer]
e2d865
OnBootSec=1m
e2d865
OnUnitActiveSec=5m
e2d865
e2d865
[Install]
e2d865
WantedBy=multi-user.target