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 <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2019-07-15 12:30:42 -07:00
committed by Zac Medico
parent ed0ec4b4aa
commit 702b2efd35
2 changed files with 0 additions and 4 deletions

View File

@@ -5,6 +5,3 @@
# extra arguments for the consul agent
command_args="-config-dir=/etc/consul.d"
# upstream strongly recommends > 1
GOMAXPROCS=2

View File

@@ -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