freebsd-dev/etc/rc.d/adjkerntz
David E. O'Brien a23ec70a4e Depend on the new 'postrandom' instead of random.
We need to limit the amount of time between consuming the entropy seeds
and removing it in case of a kernel panic.
2012-08-22 18:49:02 +00:00

19 lines
230 B
Bash
Executable File

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: adjkerntz
# REQUIRE: FILESYSTEMS postrandom
# BEFORE: netif
# KEYWORD: nojail
. /etc/rc.subr
name="adjkerntz"
start_cmd="adjkerntz -i"
stop_cmd=":"
load_rc_config $name
run_rc_command "$1"