]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-networkd.service.xml
Merge pull request #34 from systemd-mailing-devs/1432619328-32030-1-git-send-email...
[thirdparty/systemd.git] / man / systemd-networkd.service.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4 <!ENTITY % entities SYSTEM "custom-entities.ent" >
5 %entities;
6 ]>
7
8 <!--
9 This file is part of systemd.
10
11 Copyright 2013 Tom Gundersen
12
13 systemd is free software; you can redistribute it and/or modify it
14 under the terms of the GNU Lesser General Public License as published by
15 the Free Software Foundation; either version 2.1 of the License, or
16 (at your option) any later version.
17
18 systemd is distributed in the hope that it will be useful, but
19 WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 Lesser General Public License for more details.
22
23 You should have received a copy of the GNU Lesser General Public License
24 along with systemd; If not, see <http://www.gnu.org/licenses/>.
25 -->
26
27 <refentry id="systemd-networkd.service" conditional='ENABLE_NETWORKD'>
28
29 <refentryinfo>
30 <title>systemd-networkd.service</title>
31 <productname>systemd</productname>
32
33 <authorgroup>
34 <author>
35 <contrib>Developer</contrib>
36 <firstname>Tom</firstname>
37 <surname>Gundersen</surname>
38 <email>teg@jklm.no</email>
39 </author>
40 </authorgroup>
41 </refentryinfo>
42
43 <refmeta>
44 <refentrytitle>systemd-networkd.service</refentrytitle>
45 <manvolnum>8</manvolnum>
46 </refmeta>
47
48 <refnamediv>
49 <refname>systemd-networkd.service</refname>
50 <refname>systemd-networkd</refname>
51 <refpurpose>Network manager</refpurpose>
52 </refnamediv>
53
54 <refsynopsisdiv>
55 <para><filename>systemd-networkd.service</filename></para>
56 <para><filename>&rootlibexecdir;/systemd-networkd</filename></para>
57 </refsynopsisdiv>
58
59 <refsect1>
60 <title>Description</title>
61
62 <para><command>systemd-networkd</command> is a system service that
63 manages networks. It detects and configures network devices as
64 they appear, as well as creating virtual network devices.</para>
65
66 <para>To configure low-level link settings independently of
67 networks, see
68 <citerefentry><refentrytitle>systemd.link</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
69
70 <para>Network configurations applied before networkd is started
71 are not removed, and static configuration applied by networkd is
72 not removed when networkd exits. Dynamic configuration applied by
73 networkd may also optionally be left in place on shutdown. This
74 ensures restarting networkd does not cut the network connection,
75 and, in particular, that it is safe to transition between the
76 initrd and the real root, and back.</para>
77 </refsect1>
78
79 <refsect1><title>Configuration Files</title>
80 <para>The configuration files are read from the files located in the
81 system network directory <filename>&rootlibexecdir;/network</filename>,
82 the volatile runtime network directory
83 <filename>/run/systemd/network</filename> and the local administration
84 network directory <filename>&pkgsysconfdir;/network</filename>.</para>
85
86 <para>Networks are configured in <filename>.network</filename>
87 files, see
88 <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
89 and virtual network devices are configured in
90 <filename>.netdev</filename> files, see
91 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
92 </para>
93 </refsect1>
94
95 <refsect1>
96 <title>See Also</title>
97 <para>
98 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
99 <citerefentry><refentrytitle>systemd.link</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
100 <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
101 <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
102 <citerefentry><refentrytitle>systemd-networkd-wait-online.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
103 </para>
104 </refsect1>
105
106 </refentry>