Parcourir la source

fix nsd package deficiency

Randall Randall il y a 11 ans
Parent
commit
4e6037c0e1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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.