Browse Source

Fix etcd user for etcd-proxy service

Only affects sys V OSes (Ubuntu 14.04)

Fixes ##383
pull/386/head
Matthew Mosesohn 8 years ago
parent
commit
90fc407420
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/etcd/templates/deb-etcd-proxy-docker.initd.j2

2
roles/etcd/templates/deb-etcd-proxy-docker.initd.j2

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

Loading…
Cancel
Save