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

Adding GOMAXPROCS support for systemd. #188

Merged
merged 2 commits into from
Jun 24, 2015

Conversation

joshgarnett
Copy link

When using systemd it currently always uses the default GOMAXPROCS of 1. This change follows the documentation at http://fedoraproject.org/wiki/Packaging%3aSystemd#EnvironmentFiles_and_support_for_.2Fetc.2Fsysconfig_files

ExecStart=<%= Chef::Consul.active_binary(node) %> agent \
-config-dir <%= node['consul']['config_dir'] %>
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
RestartSec=42s
RestartSec=15s

This comment was marked as outdated.

This comment was marked as outdated.

johnbellone added a commit that referenced this pull request Jun 24, 2015
Adding GOMAXPROCS support for systemd.
@johnbellone johnbellone merged commit 1e1e53a into sous-chefs:master Jun 24, 2015
@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants