summaryrefslogtreecommitdiff
path: root/package/bind/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/bind/files')
-rw-r--r--package/bind/files/named.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bind/files/named.init b/package/bind/files/named.init
index e853202b4..2bc4b952d 100644
--- a/package/bind/files/named.init
+++ b/package/bind/files/named.init
@@ -12,7 +12,7 @@ autostop) ;;
;;
start)
if [ -f /etc/bind/named.conf ]; then
- /usr/sbin/named -c /etc/bind/named.conf
+ /usr/sbin/named -c /etc/bind/named.conf &
fi
;;
stop)