From faf268b3b26f5029c5e41cc3ffea908f8ef9862a Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Mon, 1 Apr 2019 21:50:29 -0700 Subject: [PATCH] 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. --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 88435d0..f893607 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -125,6 +125,8 @@ Reload systemd and start our timer: ```bash # Tell systemd about our new service definitions 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 sudo systemctl enable sanoid.timer sudo systemctl start sanoid.timer