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 the GOMAXPROCS warning for Upstart-based systems #39

Merged
merged 3 commits into from
Oct 28, 2014

Commits on Oct 27, 2014

  1. Fix the GOMAXPROCS warning for Upstart-based systems

    Improvements to the Upstart startup script:
    
      * Set default value of GOMAXPROCS=2
      * Make GOMAXPROCS configurable via "/etc/default/consul"
      * Follow Upstart idioms like using setuid/setgid
    Dan Tehranian committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    7fbc829 View commit details
    Browse the repository at this point in the history
  2. Revert setuid/setgid Upstart changes which are incompatible with Ubun…

    …tu 10.04
    
    Use `exec sudo ...` instead of Upstart's setuid/setgid directives
    as those directives are not supported on older versions on Ubuntu.
    Dan Tehranian committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    8ab135a View commit details
    Browse the repository at this point in the history
  3. Fix a few broken acceptance tests

    Dan Tehranian committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    655b9f5 View commit details
    Browse the repository at this point in the history