962c7e8b70e7d0760acde368dec96a8fb07f5c35
[distro-setup] / logrotate-fast.timer
1 [Unit]
2 Description=btrfsmaint
3
4 [Timer]
5 # we could programatically get this via:
6 # timedatectl show --property=Timezone | sed 's/^[^=]*=//'
7 # or
8 # readlink /etc/localtime | sed -r 's,^.*/([^/]+/[^/]+)$,\1,'
9
10 # every 5 minutes
11 OnCalendar=*-*-* *:00/5:00
12
13 [Install]
14 WantedBy=timers.target