]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-networkd.service.m4.in
rules: add a rule to set /dev/kvm access mode and ownership (#5597)
[thirdparty/systemd.git] / units / systemd-networkd.service.m4.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)
689d781b 11ConditionCapability=CAP_NET_ADMIN
f579559b 12DefaultDependencies=no
5f004d1e
MP
13# systemd-udevd.service can be dropped once tuntap is moved to netlink
14After=systemd-udevd.service network-pre.target systemd-sysusers.service systemd-sysctl.service
689d781b
LP
15Before=network.target multi-user.target shutdown.target
16Conflicts=shutdown.target
f579559b
TG
17Wants=network.target
18
b5acb956
TG
19# On kdbus systems we pull in the busname explicitly, because it
20# carries policy that allows the daemon to acquire its name.
21Wants=org.freedesktop.network1.busname
22After=org.freedesktop.network1.busname
23
f579559b 24[Service]
4b6141c4 25Type=notify
a97dcc12 26Restart=on-failure
f579559b
TG
27RestartSec=0
28ExecStart=@rootlibexecdir@/systemd-networkd
0c28d51a 29WatchdogSec=3min
bddfc8af 30CapabilityBoundingSet=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
c7fb922d 31ProtectSystem=strict
1b8689f9 32ProtectHome=yes
0c28d51a 33ProtectControlGroups=yes
b6c7278c 34ProtectKernelModules=yes
40652ca4 35MemoryDenyWriteExecute=yes
0c28d51a
LP
36RestrictRealtime=yes
37RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 AF_PACKET
6489ccfe 38SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap
7f396e5f 39SystemCallArchitectures=native
c7fb922d 40ReadWritePaths=/run/systemd
c4a0b20c
JD
41
42[Install]
43WantedBy=multi-user.target
5544ee85 44Also=systemd-networkd.socket