diff options
author | Marek Vavrusa <marek.vavrusa@nic.cz> | 2013-07-08 08:54:09 +0200 |
---|---|---|
committer | Marek Vavrusa <marek.vavrusa@nic.cz> | 2013-07-08 08:54:09 +0200 |
commit | 6e677440ff655af25933b72fd166c4d4c14bed14 (patch) | |
tree | fa267b63d0c32c8b3429f9a9c3c61361af20f3ab /samples | |
parent | doc: add pidfile (diff) | |
download | knot-6e677440ff655af25933b72fd166c4d4c14bed14.tar.xz knot-6e677440ff655af25933b72fd166c4d4c14bed14.zip |
Updated config files to reflect rundir/storage differences.
Diffstat (limited to 'samples')
-rw-r--r-- | samples/knot.full.conf | 4 | ||||
-rw-r--r-- | samples/knot.sample.conf.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/samples/knot.full.conf b/samples/knot.full.conf index 36289789f..9c8150e99 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -28,12 +28,12 @@ system { # Or hexstring 0x01ab00 nsid "myserver0"; - # Working directory of the server - # Used to store compiled zones and PID file + # This is a default directory to place slave zone files, journals etc. # default: ${sharedstatedir}/knot, configured with --with-storage storage "/var/lib/knot"; # Directory for storing run-time data + # e.g. PID file and control sockets # default: ${localstatedir}/run/knot, configured with --with-rundir rundir "/var/run/knot"; diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in index cf78741bc..c4be7090f 100644 --- a/samples/knot.sample.conf.in +++ b/samples/knot.sample.conf.in @@ -13,12 +13,12 @@ system { # May also specify user.group (e.g. knot.knot) user knot.knot; - # Working directory of the server - # Used to store compiled zones and PID file + # This is a default directory to place slave zone files, journals etc. # default: ${sharedstatedir}/knot, configured with --with-storage # storage "@storage_dir@"; # Directory for storing run-time data + # e.g. PID file and control sockets # default: ${localstatedir}/run/knot, configured with --with-rundir # rundir "@run_dir@"; } |