commit: 75e9b66f6ff36d06bf1f8bd4824000f9f26106e0 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Tue Oct 23 21:59:20 2018 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Oct 23 21:59:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=75e9b66f
news.md: add information about the modules service changes NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index f1400197..0d386190 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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
