Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example launchd service for running OONI Probe automatically ever… #103

Merged
merged 3 commits into from
Jan 31, 2020

Conversation

hellais
Copy link
Member

@hellais hellais commented Jan 28, 2020

…y hour

You should place the file inside of: $HOME/Library/LaunchAgents and then enable by running launchctl load org.ooni.probe.cli.plist

It assumes you have a ooniprobe binary in ~/.ooniprobe/ooniprobe and a special config file named /Users/USERNAME/.ooniprobe/config-100sites.json with a URL limit of 100 sites per run:

  "nettests": {
    "websites_url_limit": 100
  },

…y hour

You should place the file inside of: `$HOME/Library/LaunchAgents` and then enable by running `launchctl load org.ooni.probe.cli.plist`

It assumes you have a `ooniprobe` binary in `~/.ooniprobe/ooniprobe` and a special config file named `/Users/USERNAME/.ooniprobe/config-100sites.json` with a URL limit of 100 sites per run:
```
  "nettests": {
    "websites_url_limit": 100
  },
```
@hellais
Copy link
Member Author

hellais commented Jan 29, 2020

Following your comments I figured it probably makes most sense to place this configuration inside of the Readme.md rather than have a file on disk. I have done that now.

Copy link
Contributor

@bassosimone bassosimone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐳

@hellais hellais merged commit 95405b8 into master Jan 31, 2020
@hellais hellais deleted the launchd branch January 31, 2020 09:48
ainghazal pushed a commit to ainghazal/probe-cli that referenced this pull request Mar 8, 2022
Add example launchd service for running OONI Probe automatically ever…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants