xref: /freebsd/libexec/rc/rc.d/bootparams (revision 38829592dc77e9ead4259785e0bfb93bd4c2fe34)
1#!/bin/sh
2#
3#
4
5# PROVIDE: bootparams
6# REQUIRE: rpcbind DAEMON
7# BEFORE:  LOGIN
8# KEYWORD: nojail
9
10. /etc/rc.subr
11
12name="bootparamd"
13desc="Boot parameter daemon"
14rcvar="bootparamd_enable"
15required_files="/etc/bootparams"
16command="/usr/sbin/${name}"
17
18: ${bootparamd_svcj_options:="net_basic"}
19
20load_rc_config $name
21run_rc_command "$1"
22