udevd.8 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .\" Title: systemd-udevd.service
  2. .\" Author: Kay Sievers <kay@vrfy.org>
  3. .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
  4. .\" Date: 07/20/2012
  5. .\" Manual: systemd-udevd.service
  6. .\" Source: systemd
  7. .\" Language: English
  8. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. .\" Manually updated for udev only for LFS by BRuce Dubbs
  10. .\" <bdubbs@linuxfromscratch.org>
  11. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. .\"
  13. .TH "UDEVD" "8" "" "systemd (LFS modified man page)" "udevd"
  14. .\" -----------------------------------------------------------------
  15. .\" * Define some portability stuff
  16. .\" -----------------------------------------------------------------
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .\" http://bugs.debian.org/507673
  19. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  20. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. .ie \n(.g .ds Aq \(aq
  22. .el .ds Aq '
  23. .\" -----------------------------------------------------------------
  24. .\" * set default formatting
  25. .\" -----------------------------------------------------------------
  26. .\" disable hyphenation
  27. .nh
  28. .\" disable justification (adjust text to left margin only)
  29. .ad l
  30. .\" -----------------------------------------------------------------
  31. .\" * MAIN CONTENT STARTS HERE *
  32. .\" -----------------------------------------------------------------
  33. .SH "NAME"
  34. udevd \- Device event managing daemon
  35. .SH "SYNOPSIS"
  36. .PP
  37. .HP \w'\fB/usr/lib/udevd\fR\ 'u
  38. \fB/lib/udev/udevd\fR [\fB\-\-daemon\fR] [\fB\-\-debug\fR] [\fB\-\-children\-max=\fR] [\fB\-\-exec\-delay=\fR] \ [\fB\-\-resolve\-names=early|late|never\fR] [\fB\-\-version\fR] [\fB\-\-help\fR]
  39. .SH "DESCRIPTION"
  40. .PP
  41. udevd listens to kernel uevents\&. For every event, udevd executes matching instructions specified in udev rules\&. See
  42. \fBudev\fR(7)\&.
  43. .PP
  44. The behavior of the running daemon can be changed with
  45. \fBudevadm control\fR\&.
  46. .SH "OPTIONS"
  47. .PP
  48. \fB\-\-daemon\fR
  49. .RS 4
  50. Detach and run in the background\&.
  51. .RE
  52. .PP
  53. \fB\-\-debug\fR
  54. .RS 4
  55. Print debug messages to stderr\&.
  56. .RE
  57. .PP
  58. \fB\-\-children\-max=\fR
  59. .RS 4
  60. Limit the number of parallel executed events\&.
  61. .RE
  62. .PP
  63. \fB\-\-exec\-delay=\fR
  64. .RS 4
  65. Number of seconds to delay the execution of RUN instructions\&. This might be useful when debugging system crashes during coldplug cause by loading non\-working kernel modules\&.
  66. .RE
  67. .PP
  68. \fB\-\-resolve\-names=\fR
  69. .RS 4
  70. Specify when udevd should resolve names of users and groups\&. When set to
  71. \fBearly\fR
  72. (the default) names will be resolved when the rules are parsed\&. When set to
  73. \fBlate\fR
  74. names will be resolved for every event\&. When set to
  75. \fBnever\fR
  76. names will never be resolved and all devices will be owned by root\&.
  77. .RE
  78. .PP
  79. \fB\-\-version\fR
  80. .RS 4
  81. Print version number\&.
  82. .RE
  83. .PP
  84. \fB\-\-help\fR
  85. .RS 4
  86. Print help text\&.
  87. .RE
  88. .SH "ENVIRONMENT"
  89. .PP
  90. \fIUDEV_LOG=\fR
  91. .RS 4
  92. Set the logging priority\&.
  93. .RE
  94. .SH "KERNEL COMMAND LINE"
  95. .PP
  96. The parameters starting with "rd\&.", will be read when udev is used in an initrd\&.
  97. .PP
  98. \fIudev\&.log\-priority=\fR, \fIrd\&.udev\&.log\-priority=\fR
  99. .RS 4
  100. Set the logging priority\&.
  101. .RE
  102. .PP
  103. \fIudev\&.children\-max=\fR, \fIrd\&.udev\&.children\-max=\fR
  104. .RS 4
  105. Limit the number of parallel executed events\&.
  106. .RE
  107. .PP
  108. \fIudev\&.exec\-delay=\fR, \fIrd\&.udev\&.exec\-delay=\fR
  109. .RS 4
  110. Number of seconds to delay the execution of RUN instructions\&. This might be useful when debugging system crashes during coldplug cause by loading non\-working kernel modules\&.
  111. .RE
  112. .SH "SEE ALSO"
  113. .PP
  114. \fBudev\fR(7),
  115. \fBudevadm\fR(8)