some fixes, and dns debugging on bk
[distro-setup] / machine_specific / bitfolk / filesystem / etc / systemd / system / 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