2013-10-17 05:18:36 +04:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=Network Service
Documentation=man:systemd-networkd.service(8)
2014-06-17 04:18:33 +04:00
ConditionCapability=CAP_NET_ADMIN
2013-10-17 05:18:36 +04:00
DefaultDependencies=no
2014-09-07 00:37:31 +04:00
# dbus.service can be dropped once on kdbus, and systemd-udevd.service can be
# dropped once tuntap is moved to netlink
2015-07-23 21:58:33 +03:00
After=systemd-udevd.service dbus.service network-pre.target systemd-sysusers.service systemd-sysctl.service
2014-06-17 04:18:33 +04:00
Before=network.target multi-user.target shutdown.target
Conflicts=shutdown.target
2013-10-17 05:18:36 +04:00
Wants=network.target
2015-05-15 23:59:24 +03:00
# On kdbus systems we pull in the busname explicitly, because it
# carries policy that allows the daemon to acquire its name.
Wants=org.freedesktop.network1.busname
After=org.freedesktop.network1.busname
2013-10-17 05:18:36 +04:00
[Service]
2013-11-23 05:07:08 +04:00
Type=notify
2015-02-04 17:00:20 +03:00
Restart=on-failure
2013-10-17 05:18:36 +04:00
RestartSec=0
ExecStart=@rootlibexecdir@/systemd-networkd
2014-06-02 23:50:50 +04:00
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
2014-06-04 20:07:55 +04:00
ProtectSystem=full
ProtectHome=yes
2015-09-23 18:27:39 +03:00
WatchdogSec=3min
2016-06-08 15:23:37 +03:00
MemoryDenyWriteExecute=yes
2016-06-09 10:32:04 +03:00
SystemCallFilter=~@clock @module @mount @obsolete @raw-io ptrace
2014-02-21 07:38:17 +04:00
[Install]
WantedBy=multi-user.target
2015-02-02 00:13:26 +03:00
Also=systemd-networkd.socket