]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-volatile-root.service.xml
core: introduce new Type=exec service type
[thirdparty/systemd.git] / man / systemd-volatile-root.service.xml
1 <?xml version="1.0"?>
2 <!--*-nxml-*-->
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4 <!--
5 SPDX-License-Identifier: LGPL-2.1+
6 -->
7 <refentry id="systemd-volatile-root.service">
8
9 <refentryinfo>
10 <title>systemd-volatile-root.service</title>
11 <productname>systemd</productname>
12 </refentryinfo>
13
14 <refmeta>
15 <refentrytitle>systemd-volatile-root.service</refentrytitle>
16 <manvolnum>8</manvolnum>
17 </refmeta>
18
19 <refnamediv>
20 <refname>systemd-volatile-root.service</refname>
21 <refname>systemd-volatile-root</refname>
22 <refpurpose>Make the root file system volatile</refpurpose>
23 </refnamediv>
24
25 <refsynopsisdiv>
26 <para><filename>systemd-volatile-root.service</filename></para>
27 <para><filename>/usr/lib/systemd/systemd-volatile-root</filename></para>
28 </refsynopsisdiv>
29
30 <refsect1>
31 <title>Description</title>
32
33 <para><filename>systemd-volatile-root.service</filename> is a service that replaces the root directory with a
34 volatile memory file system (<literal>tmpfs</literal>), mounting the original (non-volatile)
35 <filename>/usr</filename> inside it read-only. This way, vendor data from <filename>/usr</filename> is available as
36 usual, but all configuration data in <filename>/etc</filename>, all state data in <filename>/var</filename> and all
37 other resources stored directly under the root directory are reset on boot and lost at shutdown, enabling fully
38 stateless systems.</para>
39
40 <para>This service is only enabled if full volatile mode is selected, for example by specifying
41 <literal>systemd.volatile=yes</literal> on the kernel command line. This service runs only in the initial RAM disk
42 ("initrd"), before the system transitions to the host's root directory. Note that this service is not used if
43 <literal>systemd.volatile=state</literal> is used, as in that mode the root directory is non-volatile.</para>
44 </refsect1>
45
46 <refsect1>
47 <title>See Also</title>
48 <para>
49 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
50 <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
51 <citerefentry><refentrytitle>kernel-command-line</refentrytitle><manvolnum>7</manvolnum></citerefentry>
52 </para>
53 </refsect1>
54
55 </refentry>