diff options
Diffstat (limited to 'python/knot_resolver/constants.py')
-rw-r--r-- | python/knot_resolver/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/knot_resolver/constants.py b/python/knot_resolver/constants.py index 5288b519..2acb8660 100644 --- a/python/knot_resolver/constants.py +++ b/python/knot_resolver/constants.py @@ -7,7 +7,7 @@ GROUP = "knot-resolver" # dirs paths RUN_DIR = Path("/run/knot-resolver") ETC_DIR = Path("/etc/knot-resolver") -SBIN_DIR = Path("/usr/bin") +SBIN_DIR = Path("/usr/sbin") CACHE_DIR = Path("/var/cache/knot-resolver") # files paths |