We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8a3ec commit fc72e88Copy full SHA for fc72e88
server/mods-available/dns_module.inc.php
@@ -126,6 +126,10 @@ function restartBind($action = 'restart') {
126
$daemon = '';
127
if(is_file($conf['init_scripts'] . '/' . 'bind9')) {
128
$daemon = 'bind9';
129
+ }elseif(is_file($conf['init_scripts'] . '/' . 'named-chroot')) {
130
+ $daemon = 'named-chroot';
131
+ }elseif(is_file('/usr/lib/systemd/system/named-chroot.service')) {
132
133
} else {
134
$daemon = 'named';
135
}
0 commit comments