1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

Don't timeout networking start

Ticket: CM-9216
Reviewed By: roopa
Testing Done: installed, verified that even with long sleeps, no timeout

After much discussion with Roopa, Wilson, Anuradha, Mallik, and Scott,
we decided we would go back to the 2.5 behavior of not timeing out
on networking startup.  See the bug for some of the discussion.

This needs clagd changes to not hang forever if clag is to be restarted.

Since this is a oneshot service, the default is to not timeout, so
simply remove the TimeoutSec variable to get the default of no timeout.
This commit is contained in:
Dave Olson
2016-03-01 17:07:39 -08:00
parent 867e11a242
commit 26b7f9bf3e

View File

@@ -6,7 +6,6 @@ Documentation=man:interfaces(5) man:ifup(8) man:ifdown(8)
Type=oneshot
RemainAfterExit=yes
SyslogIdentifier=networking
TimeoutSec=60s
TimeoutStopSec=30s
ExecStart=/sbin/start-networking start
ExecStop=/sbin/start-networking stop