Fixed systemd service to make more sense
This commit is contained in:
parent
5a5e219c97
commit
b762e8e970
1 changed files with 1 additions and 2 deletions
|
@ -2,9 +2,8 @@
|
||||||
Description=Run BTRFS maintenance (scrubs and rebalance)
|
Description=Run BTRFS maintenance (scrubs and rebalance)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=simple
|
||||||
ExecStart=/usr/local/bin/btrfs-maintenance
|
ExecStart=/usr/local/bin/btrfs-maintenance
|
||||||
RemainAfterExit=yes
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in a new issue