diff --git a/README b/README index d856388..d4a9b47 100644 --- a/README +++ b/README @@ -1,9 +1,12 @@ Akmods startup script will rebuild akmod packages during system -boot while its background daemon will build them for kernels right +boot, while its background daemon will build them for kernels right after they were installed. -The akmods systemd service is enabled by default. +The akmods systemd service provides both, and is enabled by default. The akmods-shutdown service is disabled by default but can, in some -circumstantes, provide an additional chance to build and install a kernel -module. +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 diff --git a/akmods.spec b/akmods.spec index a8a87e2..0f19217 100644 --- a/akmods.spec +++ b/akmods.spec @@ -77,7 +77,7 @@ Requires: elfutils-libelf-devel %description Akmods startup script will rebuild akmod packages during system -boot while its background daemon will build them for kernels right +boot, while its background daemon will build them for kernels right after they were installed.