]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-networkd.service.in
Merge pull request #6691 from yuwata/man-journal-remote2
[thirdparty/systemd.git] / units / systemd-networkd.service.in
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]
9 Description=Network Service
10 Documentation=man:systemd-networkd.service(8)
11 ConditionCapability=CAP_NET_ADMIN
12 DefaultDependencies=no
13 # systemd-udevd.service can be dropped once tuntap is moved to netlink
14 After=systemd-udevd.service network-pre.target systemd-sysusers.service systemd-sysctl.service
15 Before=network.target multi-user.target shutdown.target
16 Conflicts=shutdown.target
17 Wants=network.target
18
19 [Service]
20 Type=notify
21 Restart=on-failure
22 RestartSec=0
23 ExecStart=!!@rootlibexecdir@/systemd-networkd
24 WatchdogSec=3min
25 User=systemd-network
26 CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW
27 AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW
28 ProtectSystem=strict
29 ProtectHome=yes
30 ProtectControlGroups=yes
31 ProtectKernelModules=yes
32 MemoryDenyWriteExecute=yes
33 RestrictRealtime=yes
34 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 AF_PACKET
35 SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap
36 SystemCallArchitectures=native
37 RuntimeDirectory=systemd/netif
38 RuntimeDirectoryPreserve=yes
39
40 [Install]
41 WantedBy=multi-user.target
42 Also=systemd-networkd.socket
43 Alias=dbus-org.freedesktop.network1.service
44
45 # We want to enable systemd-networkd-wait-online.service whenever this service
46 # is enabled. systemd-networkd-wait-online.service has
47 # WantedBy=network-online.target, so enabling it only has an effect if
48 # network-online.target itself is enabled or pulled in by some other unit.
49 Also=systemd-networkd-wait-online.service