mrtg/mrtg.timer
Petr Šabata 6a29fef4d3 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/mrtg#7a7d6e65f26dff8d55e1c9a3cb01c6f20f639d0e
2020-10-15 20:34:56 +02:00

21 lines
546 B
SYSTEMD

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