]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-networkd.service.in
core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also mountin...
[thirdparty/systemd.git] / units / systemd-networkd.service.in
CommitLineData
f579559b
TG
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Network Service
10Documentation=man:systemd-networkd.service(8)
11DefaultDependencies=no
7da489e6 12After=dbus.service
f579559b
TG
13Before=network.target
14Wants=network.target
74f9e0f2 15ConditionCapability=CAP_NET_ADMIN
f579559b
TG
16
17[Service]
4b6141c4 18Type=notify
f579559b
TG
19Restart=always
20RestartSec=0
21ExecStart=@rootlibexecdir@/systemd-networkd
bddfc8af 22CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER
1b8689f9
LP
23ProtectSystem=full
24ProtectHome=yes
cde93897 25WatchdogSec=1min
c4a0b20c
JD
26
27[Install]
3a67e927 28Also=systemd-networkd-wait-online.service
c4a0b20c 29WantedBy=multi-user.target