about summary refs log tree commit diff
path: root/README
blob: 68d1146367e903732da5e5fc0271255f6341c626 (plain) (blame)
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
27
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
listening to the netlink, 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.