From 6592f19ea6890dc4fa06588cfe5d718055f2a205 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Fri, 15 Oct 2021 10:34:49 +0200 Subject: [PATCH] update pullio Pullio section update for scheduled task instead of triggered task. Added a small how-to for scheduled task creation. --- docs/Hardlinks/How-to-setup-for/Synology.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 7dce6ebd9..46886a182 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -257,9 +257,15 @@ First you need to download Pullio sudo chmod +x /usr/local/bin/pullio ``` -For Pullio to work, you will need to create in your Task Scheduler a "triggered task" that runs for example at 4am at night with root privileges. +For Pullio to work, you will need to create in your Task Scheduler a "Scheduled Task" that runs for example at 4am at night with root privileges. -Add the following line to your triggered task +`Control Panel` > `Task Scheduler` > click `Create` > choose `Scheduled task - user defined script` + +Give the task a name so you know what it does. Choose user `root`. + +In the `Schedule` tab choose whenever you want it to check for updates. + +At `Task Settings` tab, add the following line in the Run Command section: ```bash /usr/local/bin/pullio > /volume1/docker/appdata/pullio/pullio.log 2>&1