How do I prevent Bind9 from restarting automatically?
How do I prevent Bind9 from restarting automatically?
When i stop bind9 it restarts automatically after few minutes.
How do i prevent it from restarting?
Why does it restart automatically?
How do i prevent it from restarting?
Why does it restart automatically?
-
- Posts: 139
- Joined: Thu Jan 07, 2016 12:01 am
Re: How do I prevent Bind9 from restarting automatically?
It restarts automatically to prevent the service from going down and preventing the built in DNS from being a failure for your websites.rasheid wrote:When i stop bind9 it restarts automatically after few minutes.
How do i prevent it from restarting?
Why does it restart automatically?
Depending on your OS you can try:
chkconfig bind off
or
chkconfig named off
or
NOT RECOMMENDED
chkconfig bind --del
or
chkconfig named --del
You can also:
update.rc.d -f bind remove
or
update.rc.d -f named remove