mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
'dumpon' can run before 'initrandom' so make it.
This gives a better chance of debugging /dev/random related panics.
This commit is contained in:
parent
26f7774a47
commit
623720bd03
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
#
|
||||
|
||||
# PROVIDE: dumpon
|
||||
# REQUIRE: initrandom
|
||||
# BEFORE: disks savecore
|
||||
# REQUIRE: rcconf
|
||||
# BEFORE: disks savecore initrandom
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
|
|||
Loading…
Reference in a new issue