mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-31 02:57:21 +02:00
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
[Service]
|
|
# This unit will make it duperemove Fedora Kinoite's home
|
|
ExecStart=
|
|
ExecStart=-duperemove -rdhq --hashfile=/root/var-home.hash /var/home
|
|
[Service]
|
|
# https://superuser.com/a/1290109
|
|
# Contained in `systemd-path search-binaries-default`
|
|
ExecStartPre=-btrfs balance start -dusage=25 -dlimit=10 -musage=25 -mlimit=10 /var/home
|
|
ExecStartPost=-btrfs balance start -dusage=50 /var/home
|