Add net-online service

This commit is contained in:
William Hubbs
2015-10-19 18:06:55 -05:00
parent d26013494d
commit 960881fcfe
5 changed files with 99 additions and 2 deletions

15
conf.d/net-online Normal file
View File

@@ -0,0 +1,15 @@
# The interfaces setting controls which interfaces the net-online
# service considers in deciding whether the network is active. By
# default, it is all ethernet or wireless LAN interfaces.
#interfaces=""
# This setting controls whether a ping to the default gateway is
# included in the test for network connectivity after all interfaces
# are active.
#ping_default_gateway=no
# The timeout setting controls how long the net-online service waits
# for the network to be configured.
# The default is 120 seconds.
# if this is set to 0, the wait is infinite.
#timeout=120