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

Fix Startup Issue #274

Merged
merged 3 commits into from Feb 7, 2016
Merged

Fix Startup Issue #274

merged 3 commits into from Feb 7, 2016

Commits on Feb 5, 2016

  1. Changed data_dir attribute value to be dependent on OS

    In order to preserve backwards compatibility, data_dir on Linux should
    just be '/var/lib/consul'. For cleanliness on Windows, it should be
    all be contained underneath a 'data' folder.
    Ginja committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    77edbce View commit details
    Browse the repository at this point in the history
  2. Added chkconfig lines for CentOS 5

    Without these two lines chkconfig on CentOS 5 complains when trying
    to check its status.
    Ginja committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    5e6c191 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. Fix spec test

    Ginja committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    2709a44 View commit details
    Browse the repository at this point in the history