chiark / gitweb /
remove dead rule in persistent tape rules
[elogind.git] / udevtrigger.8
1 .\"     Title: udevtrigger
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
4 .\"      Date: March 2006
5 .\"    Manual: udevtrigger
6 .\"    Source: udev
7 .\"
8 .TH "UDEVTRIGGER" "8" "March 2006" "udev" "udevtrigger"
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 udevtrigger \- request kernel devices events for coldplug
15 .SH "SYNOPSIS"
16 .HP 12
17 \fBudevtrigger\fR [\fB\-\-verbose\fR] [\fB\-\-dry\-run\fR] [\fB\-\-retry\-failed\fR] [\fB\-\-help\fR] [\fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-subsystem\-nomatch=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-attr\-match=\fR\fB\fIattribute=value\fR\fR] [\fB\-\-attr\-nomatch=\fR\fB\fIattribute=value\fR\fR]
18 .SH "DESCRIPTION"
19 .PP
20 Trigger kernel device uevents to replay missing events at system coldplug.
21 .SH "OPTIONS"
22 .PP
23 \fB\-\-verbose\fR
24 .RS 4
25 Print the list of devices which will be triggered.
26 .RE
27 .PP
28 \fB\-\-dry\-run\fR
29 .RS 4
30 Do not actually trigger the event.
31 .RE
32 .PP
33 \fB\-\-retry\-failed\fR
34 .RS 4
35 Trigger only the events which are failed during a previous run.
36 .RE
37 .PP
38 \fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR
39 .RS 4
40 Trigger events for devices which belong to a matching subsystem. This option can be specified multiple times and supports shell style pattern matching.
41 .RE
42 .PP
43 \fB\-\-subsystem\-nomatch=\fR\fB\fIsubsystem\fR\fR
44 .RS 4
45 Do not trigger events for devices which belong to a matching subsystem. This option can be specified multiple times and supports shell style pattern matching.
46 .RE
47 .PP
48 \fB\-\-attr\-match=\fR\fB\fIattribute=value\fR\fR
49 .RS 4
50 Trigger events for devices with a matching sysfs attribute. If a value is specified along with the attribute name, the content of the attribute is matched against the given value using shell style pattern matching. If no value is specified, the existence of the sysfs attribute is checked. This option can be specified multiple times.
51 .RE
52 .PP
53 \fB\-\-attr\-nomatch\fR\fB\fIattribute=value\fR\fR
54 .RS 4
55 Do not trigger events for devices with a matching sysfs attribute. If a value is specified along with the attribute name, the content of the attribute is matched against the given value using shell style pattern matching. If no value is specified, the existence of the sysfs attribute is checked. This option can be specified multiple times.
56 .RE
57 .SH "ENVIRONMENT"
58 .PP
59 \fBUDEV_LOG\fR
60 .RS 4
61 Overrides the syslog priority specified in the config file.
62 .RE
63 .SH "AUTHOR"
64 .PP
65 Written by Kay Sievers
66 <kay.sievers@vrfy.org>
67 and Hannes Reinecke
68 <hare@suse.de>.
69 .SH "SEE ALSO"
70 .PP
71 \fBudev\fR(7)