854ee57989
Currently we hardcode the user we use to start services. Allow the user to decided who to use. Sadly, we cannot support systemd services at this time. We likely need to switch to the systemd task or write out own logic. We'll have to revisting this in the future. Change-Id: I338d167863509667b935ccc7490d796315bc6153 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
# This file is generated by Ansible
|
|
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
|
#
|
|
|
|
# The prefix used when zuul-merger was installed. Be sure to update this value
|
|
# if you are using a virtualenv.
|
|
PREFIX=/usr/local
|
|
|
|
# The user used to start zuul-merger service.
|
|
RUNASUSER=zuul
|