9 lines
165 B
Desktop File
9 lines
165 B
Desktop File
[Unit]
|
|
Description=Run BTRFS maintenance (scrubs and rebalance)
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/btrfs-maintenance
|
|
|
|
[Install]
|
|
WantedBy=default.target
|