Stop setting pidfile for zuul.conf
There really isn't a need to override these defaults, we also use -d flag by default when starting services, so pidfile aren't actually used. Change-Id: Iac3d42b332563b6a850ed49bb750c6c0eae8ac36 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
0913ef63b1
commit
7f4bcf4f51
@ -19,7 +19,6 @@ user = zuul
|
||||
[scheduler]
|
||||
tenant_config = /etc/zuul/main.yaml
|
||||
log_config = /etc/zuul/scheduler-logging.conf
|
||||
pidfile = /var/run/zuul-scheduler/zuul-scheduler.pid
|
||||
state_dir = /var/lib/zuul
|
||||
|
||||
[executor]
|
||||
@ -35,7 +34,6 @@ user = {{ zuul_user_name }}
|
||||
[merger]
|
||||
git_dir = /var/lib/zuul/git
|
||||
log_config = /etc/zuul/merger-logging.conf
|
||||
pidfile = /var/run/zuul-merger/zuul-merger.pid
|
||||
zuul_url = 127.0.0.1
|
||||
|
||||
[web]
|
||||
|
Loading…
x
Reference in New Issue
Block a user