]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-networkd.service.m4.in
Merge pull request #1679 from evverx/refuse-manual-start-by-reload-or-restart
[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
4bd5ace3
TG
13# dbus.service can be dropped once on kdbus, and systemd-udevd.service can be
14# dropped once tuntap is moved to netlink
d2d1e36b 15After=systemd-udevd.service dbus.service network-pre.target systemd-sysusers.service systemd-sysctl.service
689d781b
LP
16Before=network.target multi-user.target shutdown.target
17Conflicts=shutdown.target
f579559b
TG
18Wants=network.target
19
b5acb956
TG
20# On kdbus systems we pull in the busname explicitly, because it
21# carries policy that allows the daemon to acquire its name.
22Wants=org.freedesktop.network1.busname
23After=org.freedesktop.network1.busname
24
f579559b 25[Service]
4b6141c4 26Type=notify
a97dcc12 27Restart=on-failure
f579559b
TG
28RestartSec=0
29ExecStart=@rootlibexecdir@/systemd-networkd
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
1b8689f9
LP
31ProtectSystem=full
32ProtectHome=yes
c2fc2c25 33WatchdogSec=3min
c4a0b20c
JD
34
35[Install]
36WantedBy=multi-user.target
5544ee85 37Also=systemd-networkd.socket