]] Nikolay Shaplov > Cause this bug affects a lot of cases and there is no way to solve it without > touching /lib/systemd/system/bind9.service and it is not nice way at all...
Read up on systemd snippets. You can just do: mkdir /etc/systemd/system/bind9.service.d echo "ExecStart=/usr/sbin/named -4 -f -u bind" > /etc/systemd/system/bind9.service.d/local.conf and it'll start with -4. -- Tollef Fog Heen UNIX is user friendly, it's just picky about who its friends are _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
