diff --git a/scripts/org.ooni.probe.cli.plist b/scripts/org.ooni.probe.cli.plist new file mode 100644 index 0000000..306c10b --- /dev/null +++ b/scripts/org.ooni.probe.cli.plist @@ -0,0 +1,34 @@ + + + + + Label + org.ooni.probe.daily-run + + KeepAlive + + RunAtLoad + + + Program + /Users/USERNAME/.ooniprobe/ooniprobe + ProgramArguments + ProgramArguments + + --config="/Users/USERNAME/.ooniprobe/config-100sites.json" + --batch + run + + + StartInterval + 3600 + + StandardErrorPath + /tmp/ooniprobe-cli.err + + StandardOutPath + /tmp/ooniprobe-cli.out + + + +