Accepting request 886605 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/886605 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=26
This commit is contained in:
commit
2834950621
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 16 20:34:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update etcd.service: avoid args from commandline and environment
|
||||
as it leads to start failure (bsc#1183703)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 03 13:50:06 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
|
@ -10,7 +10,7 @@ WorkingDirectory=/var/lib/etcd/
|
||||
EnvironmentFile=-/etc/sysconfig/etcd
|
||||
User=etcd
|
||||
# set GOMAXPROCS to number of processors
|
||||
ExecStart=/bin/bash -c "GOMAXPROCS=$(nproc) /usr/sbin/etcd --name=\"${ETCD_NAME}\" --data-dir=\"${ETCD_DATA_DIR}\" --listen-client-urls=\"${ETCD_LISTEN_CLIENT_URLS}\""
|
||||
ExecStart=/bin/bash -c "GOMAXPROCS=$(nproc) /usr/sbin/etcd"
|
||||
Restart=on-failure
|
||||
LimitNOFILE=65536
|
||||
Nice=-10
|
||||
|
Loading…
Reference in New Issue
Block a user