tune cronjobs
[distro-setup] / filesystem / etc / systemd / system / btrfsmaint.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 OnCalendar=Thu *-*-* 02:00:00 America/New_York
10
11 [Install]
12 WantedBy=timers.target