Move launchd script into the Readme
This commit is contained in:
parent
a9392f024a
commit
1f56f1391f
2 changed files with 42 additions and 34 deletions
|
|
@ -1,34 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>org.ooni.probe.daily-run</string>
|
||||
|
||||
<key>KeepAlive</key>
|
||||
<false/>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
|
||||
<key>Program</key>
|
||||
<string>/Users/USERNAME/.ooniprobe/ooniprobe</string>
|
||||
<key>ProgramArguments</key>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>--config="/Users/USERNAME/.ooniprobe/config-100sites.json"</string>
|
||||
<string>--batch</string>
|
||||
<string>run</string>
|
||||
</array>
|
||||
|
||||
<key>StartInterval</key>
|
||||
<integer>3600</integer>
|
||||
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/tmp/ooniprobe-cli.err</string>
|
||||
|
||||
<key>StandardOutPath</key>
|
||||
<string>/tmp/ooniprobe-cli.out</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
|
||||
Loading…
Reference in a new issue