]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - udevd.8
Fix makefile to allow 'make release' to work with git
[thirdparty/systemd.git] / udevd.8
... / ...
CommitLineData
1.TH UDEVD 8 "February 2004" "" "Linux Administrator's Manual"
2.SH NAME
3udevd, udevdsend \- udev event serializer daemon and udev event sender
4.SH SYNOPSIS
5.BI udevsend
6.SH "DESCRIPTION"
7.B udevd
8allows the serialization of
9.BR hotplug (8)
10events. The events generated by the kernel may arrive in random order
11in userspace, that makes it neccessary to reorder them.
12.br
13.B udevd
14takes care of the kernel supplied
15.B SEQNUM
16sequence number and arranges the events for execution in the correct order.
17Missing sequences delay the execution of the following events until a timeout
18is reached. Events without any sequence number are bypassing the queue and
19will be executed immediately.
20.br
21For each event a
22.BR udev (8)
23instance is executed in the background with the complete environment received
24by the hotplug event. All further events for the same device are delayed until
25the execution is finished. This way there will never be more than one instance
26running for a single device at the same time.
27.br
28.B udevd
29receives the events from
30.B udevsend
31If
32.B udevd
33isn't already running,
34.B udevsend
35will start it.
36.SH "SEE ALSO"
37.BR udev (8),
38.BR udevinfo (8),
39.BR hotplug (8)
40.SH AUTHORS
41.B udevd
42was developed primarily by Kay Sievers <kay.sievers@vrfy.org>, with much help
43from others.