mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge pull request #1552 from romain-dartigues/feature_dhcp_ubuntu
add DHCP lease folders for UbuntuAdd `/var/lib/dhcp/*` to the search path for Ubuntu; tested under Ubuntu Precise, Trusty and Xenial. * pr/1552: add DHCP lease folders for Ubuntu Signed-off-by: Will Stevens <williamstevens@gmail.com>
This commit is contained in:
commit
c122f4c879
@ -27,7 +27,7 @@
|
|||||||
user=root
|
user=root
|
||||||
|
|
||||||
# Add your DHCP lease folders here
|
# 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
|
keys_received=0
|
||||||
file_count=0
|
file_count=0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user