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 ```