diff options
author | Austin English <wizardedit@gentoo.org> | 2019-07-15 12:05:31 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-07-15 12:25:17 -0700 |
commit | 5c2a9797a22be6e165bf1637e8942cbc45580c6c (patch) | |
tree | ecbad7905e5edca410f998bf726a7f2ba99d56e6 /app-admin/consul | |
parent | net-irc/irssi: stable 1.2.1 for sparc, bug #688944 (diff) | |
download | gentoo-5c2a9797a22be6e165bf1637e8942cbc45580c6c.tar.gz gentoo-5c2a9797a22be6e165bf1637e8942cbc45580c6c.tar.bz2 gentoo-5c2a9797a22be6e165bf1637e8942cbc45580c6c.zip |
app-admin/consul: remove GOMAXPROCS from init script
This hasn't been needed since consul-0.6.0:
https://github.com/hashicorp/consul/issues/1679
Signed-off-by: Austin English <austin.m.english@sony.com>
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-admin/consul')
-rw-r--r-- | app-admin/consul/files/consul.initd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-admin/consul/files/consul.initd b/app-admin/consul/files/consul.initd index fb1c1c4529e4..6d04eb564306 100644 --- a/app-admin/consul/files/consul.initd +++ b/app-admin/consul/files/consul.initd @@ -4,7 +4,6 @@ description="consul agent" extra_started_commands="reload" -export GOMAXPROCS=${GOMAXPROCS:-2} group=${group:-${RC_SVCNAME}} user=${user:-${RC_SVCNAME}} pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"} |