aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-04-28 20:43:13 +0200
committerChristoph Lohmann <20h@r-36.net>2012-04-28 20:43:13 +0200
commitfed50f9ecb48fb2b6c44d6dbfffd09e539f0cb15 (patch)
treec8f25462f44332d6817fc8a007dc5034bd7d240d
parentdd34066c2162e2347d044660e4049cbb8c141c9c (diff)
downloadnldev-fed50f9ecb48fb2b6c44d6dbfffd09e539f0cb15.tar.bz2
nldev-fed50f9ecb48fb2b6c44d6dbfffd09e539f0cb15.tar.xz
Some more oss ads for the README.md.
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed34d1b..cc6c4a5 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ In you init scripts you will need to trigger:
% run_nldev &
% nltrigger all
+By default *run_nldev* will log to the *daemon* facility and the
+notice level. This can be adjusted by editing *run_nldev* direct-
+ly.
+
### CAUTION
Because of the asynchronous initialisation of every device that
@@ -49,3 +53,20 @@ all the automatism in one place instead of many.
Scripts that call the udev tools directly will need to be patched,
like laptop-mode-utils.
+## advanced nldev
+
+As shown in the manpages does nldev allow some more flexibility,
+but was mainly written to be a missing piece in replacing udevd.
+
+For example many instances of nldev could be run, call scripts
+with simpler logic than mdev and doing less.
+
+## nlmon
+
+On http://git.r-36.net/nlmon/ you will find the little brother
+of nldev, which can be run without root rights as user and used
+to run scripts on certain events.
+
+
+Have fun!
+