mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 13:17:21 +02:00
Compare commits
No commits in common. "9a2c019db9a505b5d81d71440b1371df02ba54d8" and "0a8c9042f6b4fec4c52527096ce41343689069af" have entirely different histories.
9a2c019db9
...
0a8c9042f6
@ -0,0 +1,9 @@
|
||||
[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
|
@ -1,9 +0,0 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
# /home is actually in /var/home so the latter command should catch it
|
||||
#ExecStart=-duperemove -rdhq --hashfile=/root/home.hash /home
|
||||
ExecStart=-duperemove -rdhq --hashfile=/root/var.hash /var
|
||||
ExecStartPre=
|
||||
# Same filesystem although different subvolume, so this should work?
|
||||
ExecStartPre=-btrfs balance start -dusage=25 -dlimit=10 -musage=25 -mlimit=10 /var
|
||||
ExecStartPost=-btrfs balance start -dusage=50 /var
|
@ -0,0 +1,5 @@
|
||||
[Service]
|
||||
# The overlayfs is not BTRFS and errors out, so the actual partition needs
|
||||
# to be specified.
|
||||
ExecStartPre=-btrfs balance cancel /var/home
|
||||
ExecStart=btrfs balance start --full-balance /var/home
|
@ -1,9 +0,0 @@
|
||||
[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
|
2
package.json
vendored
2
package.json
vendored
@ -9,6 +9,6 @@
|
||||
"prettier-plugin-sh": "0.17.2",
|
||||
"prettier-plugin-toml": "2.0.4"
|
||||
},
|
||||
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
|
||||
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user