Skip to content

Commit

Permalink
Add missing export for GOMAXPROCS
Browse files Browse the repository at this point in the history
  • Loading branch information
webcoyote committed Feb 14, 2015
1 parent c7250d2 commit 0936f1b
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 0936f1b

Please sign in to comment.