On Tue, 21 Apr 2015 17:32:31 +0300 Dmitrijs Ivanovs <[email protected]> wrote: > Hello! > > I've found this bug too... Is there any good workaround? >
Systemd BIND service-file should be modified: ~# diff -u /lib/systemd/system/bind9.service.old /lib/systemd/system/bind9.service.new --- /lib/systemd/system/bind9.service.old 2015-02-19 06:41:35.000000000 +0200 +++ /lib/systemd/system/bind9.service.new 2015-04-22 17:42:11.148347245 +0300 @@ -4,7 +4,8 @@ After=network.target [Service] -ExecStart=/usr/sbin/named -f -u bind +EnvironmentFile=-/etc/default/bind9 +ExecStart=/usr/sbin/named $OPTIONS ExecReload=/usr/sbin/rndc reload ExecStop=/usr/sbin/rndc stop ----------- Uve Lokk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

