Update plist file
This commit is contained in:
parent
fa9ac93804
commit
5b838ec188
16
Readme.md
16
Readme.md
|
@ -41,30 +41,24 @@ You may also want to adjust the locations of the logs.
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>org.ooni.probe.daily-run</string>
|
||||
<string>#{plist_name}</string>
|
||||
|
||||
<key>KeepAlive</key>
|
||||
<false/>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
|
||||
<key>Program</key>
|
||||
<string>/PATH/TO/BINARY/ooniprobe</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>--config="/PATH/TO/CONFIG/config-100sites.json"</string>
|
||||
<string>--batch</string>
|
||||
<string>/PATH/TO/BINARY/ooniprobe</string>
|
||||
<string>--log-handler=syslog</string>
|
||||
<string>run</string>
|
||||
<string>unattended</string>
|
||||
</array>
|
||||
|
||||
<key>StartInterval</key>
|
||||
<integer>3600</integer>
|
||||
<integer>86400</integer>
|
||||
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/tmp/ooniprobe-cli.err</string>
|
||||
|
||||
<key>StandardOutPath</key>
|
||||
<string>/tmp/ooniprobe-cli.out</string>
|
||||
</dict>
|
||||
</plist>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user