1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
'\" t
.TH "SYSTEMD\-RFKILL\&.SERVICE" "8" "" "systemd 241" "systemd-rfkill.service"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd-rfkill.service, systemd-rfkill.socket, systemd-rfkill \- Load and save the RF kill switch state at boot and change
.SH "SYNOPSIS"
.PP
systemd\-rfkill\&.service
.PP
systemd\-rfkill\&.socket
.PP
/usr/lib/systemd/systemd\-rfkill
.SH "DESCRIPTION"
.PP
systemd\-rfkill\&.service
is a service that restores the RF kill switch state at early boot and saves it on each change\&. On disk, the RF kill switch state is stored in
/var/lib/systemd/rfkill/\&.
.SH "KERNEL COMMAND LINE"
.PP
systemd\-rfkill
understands the following kernel command line parameter:
.PP
\fIsystemd\&.restore_state=\fR
.RS 4
Takes a boolean argument\&. Defaults to
"1"\&. If
"0", does not restore the rfkill settings on boot\&. However, settings will still be stored on shutdown\&.
.RE
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1)
|