Merge pull request #386 from kubespray/fixetcdproxysysv

Fix etcd user for etcd-proxy service
This commit is contained in:
Antoine Legrand 2016-07-28 07:53:20 -07:00 committed by GitHub
commit aa0d7ea5d0

View file

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