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

Ignore retcode when checking service's status #33294

Merged
merged 5 commits into from
May 17, 2016

Commits on May 17, 2016

  1. Configuration menu
    Copy the full SHA
    6a177fd View commit details
    Browse the repository at this point in the history
  2. debian_service.py: ignore retcode when checking service's status

    This prevents spurious errors from being logged when a nonexistant
    service is polled, or the service is not running.
    terminalmage committed May 17, 2016
    Configuration menu
    Copy the full SHA
    7dcdb07 View commit details
    Browse the repository at this point in the history
  3. freebsdservice.py: ignore retcode when checking service's status

    This prevents spurious errors from being logged when a nonexistant
    service is polled, or the service is not running.
    terminalmage committed May 17, 2016
    Configuration menu
    Copy the full SHA
    24d083a View commit details
    Browse the repository at this point in the history
  4. netbsdservice.py: ignore retcode when checking service's status

    This prevents spurious errors from being logged when a nonexistant
    service is polled, or the service is not running.
    terminalmage committed May 17, 2016
    Configuration menu
    Copy the full SHA
    e294e1c View commit details
    Browse the repository at this point in the history
  5. openbsdservice.py: ignore retcode when checking service's status

    This prevents spurious errors from being logged when a nonexistant
    service is polled, or the service is not running.
    terminalmage committed May 17, 2016
    Configuration menu
    Copy the full SHA
    edda215 View commit details
    Browse the repository at this point in the history