Skip to content
Snippets Groups Projects
Commit ba029ddd authored by Daniel Salzman's avatar Daniel Salzman
Browse files

distro/rpm: unify home_dir for user knot to /var/lib/knot

parent b3972451
Branches
Tags
No related merge requests found
Pipeline #94080 passed with stages
in 9 minutes and 38 seconds
......@@ -211,7 +211,7 @@ V=1 make check
%pre
getent group knot >/dev/null || groupadd -r knot
getent passwd knot >/dev/null || \
useradd -r -g knot -d %{_sysconfdir}/knot -s /sbin/nologin \
useradd -r -g knot -d %{_sharedstatedir}/knot -s /sbin/nologin \
-c "Knot DNS server" knot
%if 0%{?suse_version}
%service_add_pre knot.service
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment