aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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!
+