Skip to content

Commit

Permalink
Merge pull request #132 from webcoyote/patch-1
Browse files Browse the repository at this point in the history
Add missing export for GOMAXPROCS
  • Loading branch information
reset committed Feb 14, 2015
2 parents c7250d2 + 0936f1b commit 79d359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/sv-consul-run.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

GOMAXPROCS=<%= node['cpu']['total'] %>
export GOMAXPROCS=<%= node['cpu']['total'] %>

exec 2>&1
exec <%= node['runit']['chpst_bin'] %> \
Expand Down

0 comments on commit 79d359c

Please sign in to comment.