From 88e2b7cb30b5fd18e4c1b6eb9a3e0bc4871929f4 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 25 Feb 2016 17:18:33 +0100 Subject: [PATCH] dhcp lease watcher, change lease location --- src/site-python/watchers/dhcpd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site-python/watchers/dhcpd.py b/src/site-python/watchers/dhcpd.py index a655fc792..6d586c714 100644 --- a/src/site-python/watchers/dhcpd.py +++ b/src/site-python/watchers/dhcpd.py @@ -28,7 +28,7 @@ import time import datetime class DHCPDLease(object): - watch_file = '/tmp/dhcpd.leases' + watch_file = '/var/dhcpd/var/db/dhcpd.leases' def __init__(self): """ init watcher