mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-27 09:47:20 +02:00
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
[Service]
|
|
# The overlayfs is not BTRFS and errors out, so the actual partition needs
|
|
# to be specified.
|
|
ExecStartPre=
|
|
ExecStartPre=-btrfs balance cancel /var
|
|
#ExecStartPre=-btrfs balance cancel /var/home
|
|
ExecStart=
|
|
ExecStart=btrfs balance start --full-balance /var
|
|
#ExecStart=btrfs balance start --full-balance /var/home
|