blob: 7fdcf40830065970ff00b39c5d803f2c8f25e02c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
mdevd - a mdev-compatible hotplug manager daemon
------------------------------------------------
mdevd is a daemon managing kernel hotplug events, similarly to udevd.
It uses the same configuration file as mdev, which is a hotplug
manager integrated in the Busybox suite of tools. However, mdev
needs to be registered as a hotplug manager and the kernel forks
an instance of mdev for every event; by contrast, mdevd is a daemon
and does not fork.
See https://skarnet.org/software/mdevd/ for details.
* Installation
------------
See the INSTALL file.
* Contact information
-------------------
Laurent Bercot <ska-skaware at skarnet.org>
Please use the <skaware at list.skarnet.org> mailing-list for
questions about mdevd.
|