You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
546 B
21 lines
546 B
# 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
|