mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
dhcp lease watcher, change lease location
This commit is contained in:
parent
45be9274b2
commit
88e2b7cb30
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user