浏览代码

fix nsd package deficiency

Randall Randall 11 年之前
父节点
当前提交
4e6037c0e1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/dns.sh

+ 1 - 0
scripts/dns.sh

@@ -9,6 +9,7 @@
 
 # Install nsd, our DNS server software.
 
+useradd nsd
 apt-get -qq -y install nsd
 
 # Prepare nsd's configuration.