blob: c935be7cf6da4a7b2b92e739a381514e00a7fd55 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# {{ ansible_managed }}
[Unit]
Description = Generate rrdtool stats minutely
[Timer]
OnCalendar = minutely
[Install]
WantedBy = timers.target
# vim: ft=dosini.j2:
|