diff options
Diffstat (limited to 'doc/_static/config.schema.json')
-rw-r--r-- | doc/_static/config.schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/_static/config.schema.json b/doc/_static/config.schema.json index 989aaf62..036a3ce0 100644 --- a/doc/_static/config.schema.json +++ b/doc/_static/config.schema.json @@ -29,7 +29,7 @@ "rundir": { "type": "string", "description": "Directory where the resolver can create files and which will be it's cwd.", - "default": "/var/run/knot-resolver" + "default": "/run/knot-resolver" }, "workers": { "anyOf": [ @@ -75,7 +75,7 @@ } }, "default": { - "unix_socket": "/var/run/knot-resolver/kres-api.sock", + "unix_socket": "/run/knot-resolver/kres-api.sock", "interface": null } }, |