From 5b838ec188db1fc0c54740d2171e05ee0d662b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 9 Dec 2020 12:51:28 +0100 Subject: [PATCH] Update plist file --- Readme.md | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/Readme.md b/Readme.md index 2739ecd..34ae0cc 100644 --- a/Readme.md +++ b/Readme.md @@ -40,31 +40,25 @@ You may also want to adjust the locations of the logs. - Label - org.ooni.probe.daily-run + Label + #{plist_name} - KeepAlive - - RunAtLoad - + KeepAlive + + RunAtLoad + - Program - /PATH/TO/BINARY/ooniprobe - ProgramArguments - - --config="/PATH/TO/CONFIG/config-100sites.json" - --batch - run - + ProgramArguments + + /PATH/TO/BINARY/ooniprobe + --log-handler=syslog + run + unattended + - StartInterval - 3600 + StartInterval + 86400 - StandardErrorPath - /tmp/ooniprobe-cli.err - - StandardOutPath - /tmp/ooniprobe-cli.out ```