From 960881fcfe974178c0846a816663a258cdd488cc Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 19 Oct 2015 18:06:55 -0500 Subject: Add net-online service --- conf.d/net-online | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 conf.d/net-online (limited to 'conf.d/net-online') diff --git a/conf.d/net-online b/conf.d/net-online new file mode 100644 index 00000000..bf0b09a2 --- /dev/null +++ b/conf.d/net-online @@ -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 -- cgit v1.2.3