mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names.
12 lines
399 B
Bash
Executable file
12 lines
399 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $NetBSD: DAEMON,v 1.4 2000/08/21 23:39:07 lukem Exp $
|
|
#
|
|
|
|
# PROVIDE: DAEMON
|
|
# REQUIRE: accounting aftermountlkm amd cleartmp dmesg ipmon
|
|
# REQUIRE: ipnat ipsec ldconfig named network nonlocalswap nfslocking
|
|
# REQUIRE: pwcheck quota savecore securelevel sysctl sysdb virecover ypbind
|
|
|
|
# This is a dummy dependancy, to ensure that general purpose daemons
|
|
# are run _after_ the above are.
|