11 lines
186 B
SYSTEMD
11 lines
186 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run BTRFS maintenance (scrubs and rebalance)
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/btrfs-maintenance
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|