summaryrefslogtreecommitdiff
path: root/samples/knot.full.conf
diff options
context:
space:
mode:
Diffstat (limited to 'samples/knot.full.conf')
-rw-r--r--samples/knot.full.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/knot.full.conf b/samples/knot.full.conf
index 3628978..49edf13 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
- # default: ${sharedstatedir}/knot, configured with --with-storage
+ # This is a default directory to place slave zone files, journals etc.
+ # default: ${localstatedir}/lib/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";