From: Zac Medico Date: Mon, 15 Jul 2019 19:30:42 +0000 (-0700) Subject: app-admin/consul: remove GOMAXPROCS from conf.d file and systemd unit X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=702b2efd3531fa4856d896132aad486557836d3d;p=gentoo.git app-admin/consul: remove GOMAXPROCS from conf.d file and systemd unit This hasn't been needed since consul-0.6.0. See: https://github.com/hashicorp/consul/issues/1679 Copyright: Sony Interactive Entertainment Inc. Signed-off-by: Zac Medico --- diff --git a/app-admin/consul/files/consul.confd b/app-admin/consul/files/consul.confd index b15e19c77013..d2ed781b3837 100644 --- a/app-admin/consul/files/consul.confd +++ b/app-admin/consul/files/consul.confd @@ -5,6 +5,3 @@ # extra arguments for the consul agent command_args="-config-dir=/etc/consul.d" - -# upstream strongly recommends > 1 -GOMAXPROCS=2 diff --git a/app-admin/consul/files/consul.service b/app-admin/consul/files/consul.service index 967b30b3b329..be897bcf8e97 100644 --- a/app-admin/consul/files/consul.service +++ b/app-admin/consul/files/consul.service @@ -5,7 +5,6 @@ After=network-online.target [Service] User=consul -Environment=GOMAXPROCS=2 Environment=CONSUL_AGENT_OPTS="-config-dir=/etc/consul.d" ExecStart=/usr/bin/consul agent $CONSUL_AGENT_OPTS Restart=on-failure