diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-10-23 16:59:20 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-10-23 16:59:20 -0500 |
commit | 75e9b66f6ff36d06bf1f8bd4824000f9f26106e0 (patch) | |
tree | c5131c7daba1a1cfdc89a9e7714b91977bc65b19 | |
parent | d70b1c55b67b44b98c23ceed25bc428481f7e00a (diff) |
news.md: add information about the modules service changes
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,12 @@ supervise-daemon supports health checks, which are a periodic way to make sure a service is healthy. For more information on setting this up, please see supervise-daemon-guide.md. +The --first-time switch has been added to all modprobe commands in the +modules service. This means that, on Linux, you will see failures if a +module was loaded by an initramfs or device manager before this service +runs. These messages are harmless, but to clean them up, you should adjust your +modules autoload configuration. + ## OpenRC 0.37 start-stop-daemon now supports logging stdout and stderr of daemons to |