mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
14 lines
247 B
SYSTEMD
14 lines
247 B
SYSTEMD
|
[Unit]
|
||
|
Description=Monthly BTRFS full balancing
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
TimeoutStartSec=infinity
|
||
|
ExecStart=/usr/sbin/btrfs balance start --full-balance /
|
||
|
User=root
|
||
|
StandardOutput=journal
|
||
|
StandardError=journal
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|