mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
279 B
Bash
Executable file
11 lines
279 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netoptions routing network_ipv6 ppp
|
|
# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|