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:
Robert Collins 2014-04-02 09:14:03 +13:00
parent c7875398b3
commit f49e8a42c4
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ instance $INTERFACE
task
exec /usr/local/sbin/dhcp-all-interfaces.sh
exec /usr/local/sbin/dhcp-all-interfaces.sh $INTERFACE