diff options
Diffstat (limited to 'dhcp-model.lua')
-rw-r--r-- | dhcp-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-model.lua b/dhcp-model.lua index 11402c5..d5a676f 100644 --- a/dhcp-model.lua +++ b/dhcp-model.lua @@ -8,7 +8,7 @@ require("validator") local subnet = {} local configfile = "/etc/dhcp/dhcpd.conf" -local processname = "dhcp" +local processname = "dhcpd" local packagename = "dhcp" local leasefile = "/var/lib/dhcp/dhcpd.leases" local config |