Fix documented PID file defaults

Change-Id: Ie173f4b63378a892ec41caf635305aab09a99480
This commit is contained in:
David Shrewsbury 2018-04-12 14:39:29 -04:00
parent aed8fa668e
commit 72c9f8333d
1 changed files with 5 additions and 5 deletions

View File

@ -266,7 +266,7 @@ The following sections of ``zuul.conf`` are used by the scheduler:
Path to log config file.
.. attr:: pidfile
:default: /var/run/zuul-schedurecr/zuul-scheduler.pid
:default: /var/run/zuul/scheduler.pid
Path to PID lock file.
@ -359,7 +359,7 @@ The following section of ``zuul.conf`` is used by the merger:
Path to log config file for the merger process.
.. attr:: pidfile
:default: /var/run/zuul-merger/zuul-merger.pid
:default: /var/run/zuul/merger.pid
Path to PID lock file for the merger process.
@ -490,7 +490,7 @@ The following sections of ``zuul.conf`` are used by the executor:
Path to log config file for the executor process.
.. attr:: pidfile
:default: /var/run/zuul-executor/zuul-executor.pid
:default: /var/run/zuul/executor.pid
Path to PID lock file for the executor process.
@ -644,7 +644,7 @@ sections of ``zuul.conf`` are used by the web server:
Path to log config file for the web server process.
.. attr:: pidfile
:default: /var/run/zuul-web/zuul-web.pid
:default: /var/run/zuul/web.pid
Path to PID lock file for the web server process.
@ -727,7 +727,7 @@ sections of ``zuul.conf`` are used by the finger gateway:
Path to log config file for the finger gateway process.
.. attr:: pidfile
:default: /var/run/zuul-fingergw/zuul-fingergw.pid
:default: /var/run/zuul/fingergw.pid
Path to PID lock file for the finger gateway process.