add DHCP lease folders for Ubuntu

Add "/var/lib/dhcp/*" to the search path for Ubuntu; tested under
Ubuntu Precise and Trusty, not yet with newer releases.
This commit is contained in:
Romain Dartigues 2016-05-18 23:34:19 +02:00
parent b4ad38d687
commit 3bb70daecc

View File

@ -27,7 +27,7 @@
user=root
# Add your DHCP lease folders here
DHCP_FOLDERS="/var/lib/dhclient/* /var/lib/dhcp3/*"
DHCP_FOLDERS="/var/lib/dhclient/* /var/lib/dhcp3/* /var/lib/dhcp/*"
keys_received=0
file_count=0