xref: /freebsd/libexec/rc/rc.d/sysctl_lastload (revision 54dfc97b0bd99f1c3bcbb37357cf28cd81a7cf00)
1#!/bin/sh
2#
3# $FreeBSD$
4#
5
6# PROVIDE: sysctl_lastload
7# REQUIRE: LOGIN
8# BEFORE:  jail
9
10. /etc/rc.subr
11
12name="sysctl_lastload"
13desc="Last chance to set sysctl variables that failed the first time."
14start_cmd="/etc/rc.d/sysctl lastload"
15stop_cmd=":"
16
17load_rc_config $name
18run_rc_command "$1"
19