mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
11 lines
287 B
Bash
Executable file
11 lines
287 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netwait netoptions routing ppp ipfw stf
|
|
# REQUIRE: defaultroute route6d resolv bridge
|
|
# REQUIRE: static_arp static_ndp
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|