]> git.proxmox.com Git - systemd.git/blame - units/systemd-networkd.service.m4.in
Imported Upstream version 221
[systemd.git] / units / systemd-networkd.service.m4.in
CommitLineData
60f067b4
JS
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)
e842803a 11ConditionCapability=CAP_NET_ADMIN
60f067b4 12DefaultDependencies=no
5eef597e
MP
13# dbus.service can be dropped once on kdbus, and systemd-udevd.service can be
14# dropped once tuntap is moved to netlink
15After=systemd-udevd.service dbus.service network-pre.target systemd-sysusers.service
e842803a
MB
16Before=network.target multi-user.target shutdown.target
17Conflicts=shutdown.target
60f067b4 18Wants=network.target
60f067b4 19
e3bff60a
MP
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
60f067b4
JS
25[Service]
26Type=notify
e735f4d4 27Restart=on-failure
60f067b4
JS
28RestartSec=0
29ExecStart=@rootlibexecdir@/systemd-networkd
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
31ProtectSystem=full
32ProtectHome=yes
33WatchdogSec=1min
34
35[Install]
60f067b4 36WantedBy=multi-user.target
e735f4d4 37Also=systemd-networkd.socket