mostly fixes, a few improvements
[distro-setup] / filesystem / etc / systemd / system / btrfsmaint.timer
index 761380c4e43da58cc86efd519b2664cbb0466232..a60d3479ec3e0091c08d9ad4bd649eadccfb3c6f 100644 (file)
@@ -6,7 +6,11 @@ Description=btrfsmaint
 # timedatectl show --property=Timezone | sed 's/^[^=]*=//'
 # or
 # readlink /etc/localtime | sed -r 's,^.*/([^/]+/[^/]+)$,\1,'
-OnCalendar=Thu *-*-* 02:00:00 America/New_York
+
+# run daily
+OnCalendar=*-*-* 02:00:00 America/New_York
+# previously, was running weekly:
+#OnCalendar=Thu *-*-* 02:00:00 America/New_York
 
 [Install]
 WantedBy=timers.target