Fixed systemd service to make more sense

This commit is contained in:
Logan G 2023-02-24 23:35:41 -07:00
parent 5a5e219c97
commit b762e8e970
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -2,9 +2,8 @@
Description=Run BTRFS maintenance (scrubs and rebalance)
[Service]
Type=oneshot
Type=simple
ExecStart=/usr/local/bin/btrfs-maintenance
RemainAfterExit=yes
[Install]
WantedBy=default.target