10 lines
155 B
Desktop File
10 lines
155 B
Desktop File
[Unit]
|
|
Description=Defragments the NAS
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=btrfs filesystem defragment -r /var/mnt/nas
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|