host info updates
[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 # run daily
11 OnCalendar=*-*-* 02:00:00 America/New_York
12 # previously, was running weekly:
13 #OnCalendar=Thu *-*-* 02:00:00 America/New_York
14
15 [Install]
16 WantedBy=timers.target