mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Merge pull request #386 from kubespray/fixetcdproxysysv
Fix etcd user for etcd-proxy service
This commit is contained in:
@@ -28,7 +28,7 @@ DAEMON_ARGS='--restart=always --env-file=/etc/etcd-proxy.env \
|
||||
|
||||
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
DAEMON_USER=etcd-proxy
|
||||
DAEMON_USER=etcd
|
||||
STOP_SCHEDULE="${STOP_SCHEDULE:-QUIT/5/TERM/5/KILL/5}"
|
||||
PID=/var/run/etcd-proxy.pid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user