doc: fix description of pidfile directive to mention -Q option
This fixes commit 778fce4039
.
This commit is contained in:
parent
10150bfcab
commit
339cb06a49
1 changed files with 5 additions and 4 deletions
|
@ -2045,10 +2045,11 @@ significant impact on performance as *chronyd's* memory usage is modest. The
|
||||||
*mlockall(2)* man page has more details.
|
*mlockall(2)* man page has more details.
|
||||||
|
|
||||||
[[pidfile]]*pidfile* _file_::
|
[[pidfile]]*pidfile* _file_::
|
||||||
*chronyd* always writes its process ID (PID) to a file, and checks this file on
|
Unless *chronyd* is started with the *-Q* option, it writes its process ID
|
||||||
startup to see if another *chronyd* might already be running on the system. By
|
(PID) to a file, and checks this file on startup to see if another *chronyd*
|
||||||
default, the file used is _@DEFAULT_PID_FILE@_. The *pidfile* directive
|
might already be running on the system. By default, the file used is
|
||||||
allows the name to be changed, e.g.:
|
_@DEFAULT_PID_FILE@_. The *pidfile* directive allows the name to be changed,
|
||||||
|
e.g.:
|
||||||
+
|
+
|
||||||
----
|
----
|
||||||
pidfile /run/chronyd.pid
|
pidfile /run/chronyd.pid
|
||||||
|
|
Loading…
Reference in a new issue