From 1fc26b019b94da000a524690590d3c8ffda9e279 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Tue, 9 Nov 2021 16:05:59 +0100 Subject: [PATCH] Update pullio info Put in a test command for pullio. --- docs/Hardlinks/How-to-setup-for/Synology.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 46886a182..98dcea9bf 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -271,6 +271,10 @@ At `Task Settings` tab, add the following line in the Run Command section: /usr/local/bin/pullio > /volume1/docker/appdata/pullio/pullio.log 2>&1 ``` +To test if Pullio works, run this command in your terminal: `sudo pullio --debug`. + +You should see that it will download and recreate all the containers and also get notifications (if you have this enabled). + More info about Pullio [HERE](https://hotio.dev/pullio/){:target="_blank" rel="noopener noreferrer"} ------