From b74b0ace12d1645c39944d5c4e5148e30364dae5 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Wed, 10 Jan 2018 13:33:44 -0500 Subject: [PATCH] Start executor as 'zuul' user No longer need to start as 'root'. Depends-On: I6df685044c4ce81fd263043adba832609da100af Change-Id: Ib36b6b45bb4ca147f6649a81edde2b9577d2604c --- files/zuul-executor.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zuul-executor.init b/files/zuul-executor.init index b9e8f1a..0987ba4 100644 --- a/files/zuul-executor.init +++ b/files/zuul-executor.init @@ -18,7 +18,7 @@ NAME=zuul-executor DAEMON=/usr/local/bin/zuul-executor PIDFILE=/var/run/$NAME/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME -USER=root +USER=zuul # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0