chiark / gitweb /
Prep v225: Applying various fixes and changes to src/shared that got lost during...
[elogind.git] / units / systemd-networkd.service.m4.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 # dbus.service can be dropped once on kdbus, and systemd-udevd.service can be
14 # dropped once tuntap is moved to netlink
15 After=systemd-udevd.service dbus.service network-pre.target systemd-sysusers.service systemd-sysctl.service
16 Before=network.target multi-user.target shutdown.target
17 Conflicts=shutdown.target
18 Wants=network.target
19
20 # On kdbus systems we pull in the busname explicitly, because it
21 # carries policy that allows the daemon to acquire its name.
22 Wants=org.freedesktop.network1.busname
23 After=org.freedesktop.network1.busname
24
25 [Service]
26 Type=notify
27 Restart=on-failure
28 RestartSec=0
29 ExecStart=@rootlibexecdir@/systemd-networkd
30 CapabilityBoundingSet=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
31 ProtectSystem=full
32 ProtectHome=yes
33 WatchdogSec=1min
34
35 [Install]
36 WantedBy=multi-user.target
37 Also=systemd-networkd.socket