Skip to content
Snippets Groups Projects
Commit 90fc4074 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Fix etcd user for etcd-proxy service

Only affects sys V OSes (Ubuntu 14.04)

Fixes ##383
parent 9fb391fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment