mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change the module example to kldload since this is the resume side.
This commit is contained in:
parent
8941d4ae1d
commit
c7971a92ea
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ fi
|
|||
|
||||
# If a device driver has problems resuming, try unloading it before
|
||||
# suspend and reloading it on resume. Example:
|
||||
# kldunload usb
|
||||
# kldload usb
|
||||
|
||||
# wpa_supplicant(8) doesn't seem to reassociate during resume. Uncomment
|
||||
# the following to signal it to reassociate.
|
||||
|
|
|
|||
Loading…
Reference in a new issue