Skip to content
Snippets Groups Projects
Commit 6e677440 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Updated config files to reflect rundir/storage differences.

parent 8e3392c9
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
......@@ -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@";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment