Change source format to quilt
[snf-nfdhcpd] / nfdhcpd.conf
index 9937dde..eeee0fa 100644 (file)
@@ -1,7 +1,7 @@
 ## nfdhcpd sample configuration file
 ## General options
 [general]
-pidfile = /var/run/nfdhcpd.pid
+pidfile = /var/run/nfdhcpd/nfdhcpd.pid
 datapath = /var/lib/nfdhcpd # Where the client configuration will be read from
 logdir = /var/log/nfdhcpd   # Where to write our logs
 user = nobody # An unprivileged user to run as
@@ -15,6 +15,8 @@ server_ip = 192.0.2.1
 dhcp_queue = 42 # NFQUEUE number to listen on for DHCP requests
 # IPv4 nameservers to include in DHCP responses
 nameservers = 192.0.2.2, 192.0.2.3
+# Optional domain to serve with the replies
+#domain = example.com
 
 ## IPv6-related functionality
 [ipv6]