xref: /freebsd/libexec/rc/rc.d/sysctl_lastload (revision 81ad6265)
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