Commit 88e2b7cb authored by Ad Schellevis's avatar Ad Schellevis

dhcp lease watcher, change lease location

parent 45be9274
...@@ -28,7 +28,7 @@ import time ...@@ -28,7 +28,7 @@ import time
import datetime import datetime
class DHCPDLease(object): class DHCPDLease(object):
watch_file = '/tmp/dhcpd.leases' watch_file = '/var/dhcpd/var/db/dhcpd.leases'
def __init__(self): def __init__(self):
""" init watcher """ init watcher
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment