Fix dhcp-all-interfaces upstart job
This was calling it for all interfaces previously, making the fixes we'd put in place be ineffective. Change-Id: I16bf81225a942e3b19a7e745d949e6ddea2fd50e
This commit is contained in:
parent
c7875398b3
commit
f49e8a42c4
@ -8,4 +8,4 @@ instance $INTERFACE
|
||||
|
||||
task
|
||||
|
||||
exec /usr/local/sbin/dhcp-all-interfaces.sh
|
||||
exec /usr/local/sbin/dhcp-all-interfaces.sh $INTERFACE
|
||||
|
Loading…
Reference in New Issue
Block a user