rfkilld.8 (1057B)
1 .Dd May 02, 2012 2 .Dt RFKILLD 8 3 .Os 4 . 5 .Sh NAME 6 .Nm rfkilld 7 .Nd a daemon for watching for rfkill events 8 . 9 .Sh SYNOPSIS 10 .Nm 11 .Bk -words 12 .Op Fl h 13 .Op Fl d 14 .Op Fl f 15 .Op Fl l 16 .Op Fl e Ar etcdir 17 .Ek 18 . 19 .Sh DESCRIPTION 20 .Bd -filled 21 .Nm 22 is a daemon to watch rfkill events. The daemon will call 23 the appropriate scripts in etcdir/*.sh when an event 24 appears. For example an event for "wwan", "phy0" and the 25 state "1" will try to call "$etcdir/wwan.sh 1 phy0" and 26 "$etcdir/phy0.sh 1 wwan". Use rfkill(1) to find out about 27 the values your system might produce. 28 .Ed 29 . 30 .Sh OPTIONS 31 .Nm 32 options and default settings. 33 .Pp 34 .Bl -tag -width ".Fl string" 35 . 36 .It Fl d 37 Turn on debug messages. This will not work in conjunction with 38 -b. 39 . 40 .It Fl e Ar etcdir 41 This flag specifies the etcdir, where to run scripts in. 42 (default: /etc/rfkilld) 43 . 44 .It Fl f 45 Run in foreground. 46 . 47 .It Fl h 48 Show usage. 49 . 50 .It Fl l 51 Turn on logging. 52 . 53 .Sh SEE ALSO 54 rfkill(1) 55 . 56 .Sh AUTHORS 57 See the LICENSE file for the authors of this software. 58 . 59 .Sh LICENSE 60 .Nm 61 is released under the MIT/X Consortium License. 62 . 63