diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2018-10-17 16:49:11 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2018-10-17 16:49:11 +0000 |
| commit | 0696600c41600d80bcd993bfd8e675d0ae6951fe (patch) | |
| tree | 45a1b1b869fe29f26dc2cb4978b509ba9a74e706 /libexec/rc/rc.d/SERVERS | |
| parent | 6f65800cbbb453c18a098f0e14bff8dc5818aa93 (diff) | |
Notes
Diffstat (limited to 'libexec/rc/rc.d/SERVERS')
| -rwxr-xr-x | libexec/rc/rc.d/SERVERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/SERVERS b/libexec/rc/rc.d/SERVERS new file mode 100755 index 000000000000..1cf019a056dd --- /dev/null +++ b/libexec/rc/rc.d/SERVERS @@ -0,0 +1,10 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: SERVERS +# REQUIRE: mountcritremote abi ldconfig savecore watchdogd + +# This is a dummy dependency, for early-start servers relying on +# some basic configuration. |
