doc: mention automatic creation of directories

This commit is contained in:
Miroslav Lichvar 2020-07-08 17:11:15 +02:00
parent dc08cbfe59
commit 828e6ce30f

View file

@ -669,6 +669,8 @@ behaviour whilst it is not running). The *dumpdir* directive defines the
directory where the measurement histories are saved when *chronyd* exits, directory where the measurement histories are saved when *chronyd* exits,
or the <<chronyc.adoc#dump,*dump*>> command in *chronyc* is issued. or the <<chronyc.adoc#dump,*dump*>> command in *chronyc* is issued.
+ +
If the directory does not exist, it will be created automatically.
+
An example of the directive is: An example of the directive is:
+ +
---- ----
@ -710,6 +712,8 @@ received from the server in order to avoid making an NTS-KE request when
source in files named by the IP address of the NTS-KE server (e.g. source in files named by the IP address of the NTS-KE server (e.g.
_1.2.3.4.nts_). By default, the client does not save the cookies. _1.2.3.4.nts_). By default, the client does not save the cookies.
+ +
If the directory does not exist, it will be created automatically.
+
An example of the directive is: An example of the directive is:
+ +
---- ----
@ -2144,8 +2148,9 @@ which would cause a syslog message to be generated if a system clock error of ov
0.1 seconds starts to be compensated. 0.1 seconds starts to be compensated.
[[logdir]]*logdir* _directory_:: [[logdir]]*logdir* _directory_::
This directive allows the directory where log files are written to be This directive specifies the directory for writing log files enabled by the
specified. *log* directive. If the directory does not exist, it will be created
automatically.
+ +
An example of the use of this directive is: An example of the use of this directive is:
+ +