pgm-daemon.txt: Remove description of slave setup

SiteProgram.java is not capable of setting sitePath to null, therefore
startup configuration is only read from gerrit.config. It's still
possible to specify configuration via system property when running from
a servlet container, but that's not the daemon program.

Change-Id: I3210e4999051173713eb04728806cfcb22ace7ca
This commit is contained in:
Dave Borowitz
2018-12-18 13:12:38 -08:00
parent 7141c94f04
commit d7a86c7863

View File

@@ -19,14 +19,8 @@ _java_ -jar gerrit.war _daemon_
== DESCRIPTION
Runs the Gerrit network daemon on the local system, configured as
per the local copy of link:config-gerrit.html[gerrit.config].
The path to gerrit.config is read from the metadata database,
which requires that all slaves (and master) reading from the same
database must place gerrit.config at the same location on the local
filesystem. However, any option within gerrit.config, including
link:config-gerrit.html#gerrit.basePath[gerrit.basePath] may be set
to different values.
per the local copy of link:config-gerrit.html[gerrit.config] located under
`<SITE_PATH>/etc`.
== OPTIONS