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

Create PID directory on init start commands #75

Merged
merged 7 commits into from
Jun 23, 2017
Merged

Commits on Jun 21, 2017

  1. Creating socket directory before starting recursor

    In both RHEL and Debian
    therobot committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    bf6ff1f View commit details
    Browse the repository at this point in the history
  2. Disabling the default recursor service

    It stops/disables the service on Debian platforms
    
    It disables the service on RHEL, no need to stop
    the recursor in this case because its not launched 
    in the first place. 
    
    This way we remove only_if ward on the pidfile
    which was preventing chef to stop/disable the 
    recursor on Ubuntu. 
    
    It’s also a cleaner solution that leaves to the
    underlying os to do what’s required
    therobot committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    3e96aec View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Correct indentation

    therobot committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    6266145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c1c1c View commit details
    Browse the repository at this point in the history
  3. Fixing tests

    This resource has been removed from the source
    therobot committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    207e057 View commit details
    Browse the repository at this point in the history
  4. Revert "Fixing tests"

    This reverts commit 207e057.
    therobot committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    879c576 View commit details
    Browse the repository at this point in the history
  5. Systemd requires the directories to be created before

    This reverts commit b2c1c1c.
    therobot committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    79f3792 View commit details
    Browse the repository at this point in the history