From b16aec203d3b25fd9f8c22de510ff146ec2b4c0f Mon Sep 17 00:00:00 2001 From: Tomas Doran Date: Fri, 23 Jan 2015 16:55:12 +0000 Subject: Allow the log facility to be configured --- templates/dhcpd.conf.debian.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/dhcpd.conf.debian.erb b/templates/dhcpd.conf.debian.erb index 7dfd168..e2f31e3 100644 --- a/templates/dhcpd.conf.debian.erb +++ b/templates/dhcpd.conf.debian.erb @@ -16,5 +16,5 @@ ddns-update-style <%= @ddns_update %>; # Use this to send dhcp log messages to a different log file (you also # have to hack syslog.conf to complete the redirection). -log-facility local7; +log-facility <%= @log_facility %>; -- cgit v1.2.3