mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +01:00
11 lines
154 B
SYSTEMD
11 lines
154 B
SYSTEMD
[Unit]
|
|
Description=Run full BTRFS balancing monthly
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Persistent=true
|
|
RemainAfterElapse=false
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|