mirror of https://github.com/apache/cloudstack.git
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:
parent
b4ad38d687
commit
3bb70daecc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue