app-admin/consul: remove GOMAXPROCS from init script
authorAustin English <wizardedit@gentoo.org>
Mon, 15 Jul 2019 17:05:31 +0000 (12:05 -0500)
committerZac Medico <zmedico@gentoo.org>
Mon, 15 Jul 2019 19:25:17 +0000 (12:25 -0700)
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>
app-admin/consul/files/consul.initd

index fb1c1c4529e44333ec9cb3e8c985f5f58879bc49..6d04eb56430647a41cbbd7d7d4007c14ea7c5ca1 100644 (file)
@@ -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"}