aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/systemd/system/btrfs-balance@.timer
diff options
context:
space:
mode:
Diffstat (limited to 'etc/systemd/system/btrfs-balance@.timer')
-rw-r--r--etc/systemd/system/btrfs-balance@.timer12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/systemd/system/btrfs-balance@.timer b/etc/systemd/system/btrfs-balance@.timer
new file mode 100644
index 0000000..91a009c
--- /dev/null
+++ b/etc/systemd/system/btrfs-balance@.timer
@@ -0,0 +1,12 @@
+[Unit]
+Description=Monthly btrfs balance on %f
+Documentation=man:btrfs-balance(8)
+
+[Timer]
+OnCalendar=monthly
+AccuracySec=1d
+Persistent=true
+RandomizedDelaySec=1h
+
+[Install]
+WantedBy=timers.target