mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -5,6 +5,3 @@
|
||||
|
||||
# extra arguments for the consul agent
|
||||
command_args="-config-dir=/etc/consul.d"
|
||||
|
||||
# upstream strongly recommends > 1
|
||||
GOMAXPROCS=2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user