Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
Unable to start BIND DNS server on Plesk server:
bind9.service: Failed with result 'timeout'
Cause
Custom BIND configuration.
Resolution
-
Connect to the server via SSH.
-
Open
/lib/systemd/system/bind9.service
in any text editor like vi-editor and adjust[service]
section as following:[Service]
EnvironmentFile=/etc/default/bind9
ExecStart=/usr/sbin/named -f $OPTIONS
ExecReload=/usr/sbin/rndc reload
ExecStop=/usr/sbin/rndc stop -
Start BIND service:
# systemctl start bind9
Comments
0 comments
Please sign in to leave a comment.