systemd-rfkill@.service.xml revision 798d3a524ea57aaf40cb53858aaa45ec702f012d
2035N/A<?xml version="1.0"?>
2035N/A<!--*-nxml-*-->
2035N/A<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
2035N/A<!--
2035N/A This file is part of systemd.
2035N/A
2035N/A Copyright 2013 Lennart Poettering
2035N/A
2035N/A systemd is free software; you can redistribute it and/or modify it
2035N/A under the terms of the GNU Lesser General Public License as published by
2035N/A the Free Software Foundation; either version 2.1 of the License, or
2035N/A (at your option) any later version.
2035N/A
2035N/A systemd is distributed in the hope that it will be useful, but
2035N/A WITHOUT ANY WARRANTY; without even the implied warranty of
2035N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2035N/A Lesser General Public License for more details.
2035N/A
2035N/A You should have received a copy of the GNU Lesser General Public License
2035N/A along with systemd; If not, see <http://www.gnu.org/licenses/>.
5680N/A-->
5680N/A<refentry id="systemd-rfkill@.service" conditional='ENABLE_RFKILL'>
6191N/A
2035N/A <refentryinfo>
2035N/A <title>systemd-rfkill@.service</title>
2035N/A <productname>systemd</productname>
2035N/A
6191N/A <authorgroup>
2035N/A <author>
2035N/A <contrib>Developer</contrib>
2035N/A <firstname>Lennart</firstname>
6191N/A <surname>Poettering</surname>
2035N/A <email>lennart@poettering.net</email>
2035N/A </author>
2035N/A </authorgroup>
2035N/A </refentryinfo>
6191N/A
2899N/A <refmeta>
3817N/A <refentrytitle>systemd-rfkill@.service</refentrytitle>
3817N/A <manvolnum>8</manvolnum>
3817N/A </refmeta>
2035N/A
2035N/A <refnamediv>
2035N/A <refname>systemd-rfkill@.service</refname>
2035N/A <refname>systemd-rfkill</refname>
2035N/A <refpurpose>Load and save the RF kill switch state at boot and shutdown</refpurpose>
2035N/A </refnamediv>
2035N/A
2035N/A <refsynopsisdiv>
2035N/A <para><filename>systemd-rfkill@.service</filename></para>
2035N/A <para><filename>/usr/lib/systemd/systemd-rfkill</filename></para>
2035N/A </refsynopsisdiv>
2035N/A
2035N/A <refsect1>
4337N/A <title>Description</title>
4337N/A
<para><filename>systemd-rfkill@.service</filename> is a service
that restores the RF kill switch state at early boot and saves it
at shutdown. On disk, the RF kill switch state is stored in
<filename>/var/lib/systemd/rfkill/</filename>.</para>
</refsect1>
<refsect1>
<title>Kernel Command Line</title>
<para><filename>systemd-rfkill</filename> understands the
following kernel command line parameter:</para>
<variablelist class='kernel-commandline-options'>
<varlistentry>
<term><varname>systemd.restore_state=</varname></term>
<listitem><para>Takes a boolean argument. Defaults to
<literal>1</literal>. If <literal>0</literal>, does not
restore the rfkill settings on boot. However, settings will
still be stored on shutdown. </para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>See Also</title>
<para>
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
</para>
</refsect1>
</refentry>