misc minor fixes
[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
10 # previously, was running weekly.
11 #OnCalendar=Thu *-*-* 02:00:00 America/New_York
12 OnCalendar=*-*-* 02:00:00 America/New_York
13
14 [Install]
15 WantedBy=timers.target