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

Commits on Jan 28, 2020

  1. Add example launchd service for running OONI Probe automatically ever…

    …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 committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    a9392f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    1f56f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20084a4 View commit details
    Browse the repository at this point in the history