diff options
author | Zac Medico <zachary.medico@sony.com> | 2019-07-15 12:30:42 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-07-15 12:36:06 -0700 |
commit | 702b2efd3531fa4856d896132aad486557836d3d (patch) | |
tree | 88a6107b9877264d616ca99e4d306ac3f9ec3688 /app-admin | |
parent | dev-db/percona-xtrabackup: bump to 8.0.6 (diff) | |
download | gentoo-702b2efd3531fa4856d896132aad486557836d3d.tar.gz gentoo-702b2efd3531fa4856d896132aad486557836d3d.tar.bz2 gentoo-702b2efd3531fa4856d896132aad486557836d3d.zip |
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>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/consul/files/consul.confd | 3 | ||||
-rw-r--r-- | app-admin/consul/files/consul.service | 1 |
2 files changed, 0 insertions, 4 deletions
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 |