Adds defragment and scrub nas services

This commit is contained in:
2025-11-17 22:02:54 +01:00
parent e552750f66
commit fc734321c0
8 changed files with 52 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Defragments the NAS
[Service]
Type=oneshot
ExecStart=btrfs filesystem defragment -r /var/mnt/nas
[Install]
WantedBy=multi-user.target