xref: /freebsd/libexec/rc/rc.d/bootparams (revision 4719366192d306a76e8e86bf926387f1c4122fd3)
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