mirror of https://github.com/jimsalterjrs/sanoid
Added line to enable sanoid-prune.service
@phreaker0, I found that on my systems, sanoid-pune.service did nothing until I enabled it, then it was called by sanoid.service.
This commit is contained in:
parent
4609845de9
commit
faf268b3b2
|
|
@ -125,6 +125,8 @@ Reload systemd and start our timer:
|
||||||
```bash
|
```bash
|
||||||
# Tell systemd about our new service definitions
|
# Tell systemd about our new service definitions
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
|
# Enable sanoid-prune.service to allow it to be triggered by sanoid.service
|
||||||
|
sudo systemctl enable sanoid-prune.service
|
||||||
# Enable and start the Sanoid timer
|
# Enable and start the Sanoid timer
|
||||||
sudo systemctl enable sanoid.timer
|
sudo systemctl enable sanoid.timer
|
||||||
sudo systemctl start sanoid.timer
|
sudo systemctl start sanoid.timer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue