diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-09 17:21:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-09 17:21:12 +0000 |
commit | 496b7282f2b8fb56cc88d7113202ef0e1d9ce22c (patch) | |
tree | c8601454f83c5bc44a721a3ca687735632b046dd /doc/s6-devd.html | |
parent | ff8d077d36a666cba38bf1509e4d55d8f2fd4812 (diff) | |
download | s6-linux-utils-496b7282f2b8fb56cc88d7113202ef0e1d9ce22c.tar.xz |
- Added s6-uevent-listener and s6-uevent-spawner
- s6-devd is now a wrapper around the former two
- version: bump to 2.0.2.0, still missing s6-devd doc
Diffstat (limited to 'doc/s6-devd.html')
-rw-r--r-- | doc/s6-devd.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-devd.html b/doc/s6-devd.html index 5ae6160..c67429a 100644 --- a/doc/s6-devd.html +++ b/doc/s6-devd.html @@ -36,7 +36,7 @@ hotplug events, as the <em>udev</em> program does. </li> the event variables added to the environment, just as if <em>prog...</em> had been registered in <tt>/proc/sys/kernel/hotplug</tt>. </li> <li> However, unlike the kernel, s6-devd spawns the <em>prog...</em> helpers -sequentially: it waits for an instance to finish before spawning another one. </li> +sequentially: it waits for an instance to finish before spawning another one. </li> <li> s6-devd is a long-lived program; it exits 0 when it receives a SIGTERM. If a helper program is alive at that time, s6-devd waits for it to die before exiting. </li> @@ -68,7 +68,7 @@ fork and logs to stderr.) </li> even if you are not using the <tt>-t</tt> option to s6-devd. Since helpers are spawned sequentially, slow helpers can make events queue up and fill the netlink kernel buffer. </li> - <li> If you are using <a href="http://busybox.net/">busybox</a> and want a + <li> If you are using <a href="http://busybox.net/">busybox</a> and want a minimal udev-style dynamic <tt>/dev</tt> handling, <tt>/sbin/mdev</tt> is a suitable <em>prog...</em> helper. </li> <li> The point of s6-devd is that it runs the helpers sequentially, so it solves |