diff options
author | Tom Gundersen <teg@jklm.no> | 2013-03-18 15:58:37 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-03-18 16:02:42 +0100 |
commit | 6ec0ac43bb1f9f8b8b435ba6e5d55dc7cc84c3c6 (patch) | |
tree | a7bc29b27c0ee41572b42c2761fb6e9d77b980b5 /man/systemd-udevd.service.xml | |
parent | 61e536e1b7f3a7448428a05bafe1ea64d7e51938 (diff) |
man: udev - move documentation of configuration file
Moved from udev(7) to systemd-udevd.service(8), where the rest of the
documentation of the configuration of the daemon lives.
Diffstat (limited to 'man/systemd-udevd.service.xml')
-rw-r--r-- | man/systemd-udevd.service.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 2b9a29adcd..35e254384e 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -157,6 +157,23 @@ </variablelist> </refsect1> + <refsect1><title>Configuration file</title> + <para>udev expects its main configuration file at <filename>/etc/udev/udev.conf</filename>. + It consists of a set of variables allowing the user to override default udev values. All + empty lines or lines beginning with '#' are ignored. The following variables can be + set:</para> + <variablelist> + <varlistentry> + <term><varname>udev_log</varname></term> + <listitem> + <para>The logging priority. Valid values are the numerical syslog priorities + or their textual representations: <option>err</option>, <option>info</option> + and <option>debug</option>.</para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + <refsect1> <title>See Also</title> <para><citerefentry> |