akmods/README
FeRD (Frank Dana) 017033af05 Spelling/grammar, flesh out README slightly
- Added detail in README regarding systemd services
- Provided command to enable akmods-shutdown, explain conditions
  where users may wish to do so
- Fixed a misspelled word in README, added a missing comma to
  same paragraph in both README and .spec.
2021-10-19 01:53:27 -04:00

12 lines
560 B
Text

Akmods startup script will rebuild akmod packages during system
boot, while its background daemon will build them for kernels right
after they were installed.
The akmods systemd service provides both, and is enabled by default.
The akmods-shutdown service is disabled by default but can, in some
circumstances, provide an additional chance to build and install a kernel
module. Users who would prefer longer shutdowns over delayed startups
may wish to consider enabling it with the following command:
sudo systemctl enable --now akmods-shutdown.service