2014-05-16 20:14:23 +02: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.
2014-05-18 22:10:48 +02:00
[Unit]
Description = Network Name Resolution
Documentation = man:systemd-resolved.service(8)
2017-06-29 04:54:12 +02:00
Documentation = https://www.freedesktop.org/wiki/Software/systemd/resolved
Documentation = https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
Documentation = https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
2015-05-14 22:32:35 +02:00
After = systemd-networkd.service network.target
2017-04-21 18:21:17 +09:00
Before = network-online.target nss-lookup.target
Wants = nss-lookup.target
2014-05-18 22:10:48 +02:00
[Service]
Type = notify
Restart = always
RestartSec = 0
2017-08-09 16:15:07 +02:00
ExecStart = !!@rootlibexecdir@/systemd-resolved
2016-08-26 13:23:27 +02:00
WatchdogSec = 3min
2017-08-09 16:15:07 +02:00
User = systemd-resolve
CapabilityBoundingSet = CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE
AmbientCapabilities = CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE
2016-08-26 13:23:27 +02:00
PrivateTmp = yes
PrivateDevices = yes
2017-02-09 10:58:28 +01:00
ProtectSystem = strict
2014-06-04 18:07:55 +02:00
ProtectHome = yes
2016-08-26 13:23:27 +02:00
ProtectControlGroups = yes
ProtectKernelTunables = yes
2017-02-09 11:09:50 +01:00
ProtectKernelModules = yes
2016-06-08 12:23:37 +00:00
MemoryDenyWriteExecute = yes
2016-08-26 13:23:27 +02:00
RestrictRealtime = yes
RestrictAddressFamilies = AF_UNIX AF_NETLINK AF_INET AF_INET6
2017-02-09 11:22:08 +01:00
SystemCallFilter = ~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap
2017-02-08 22:32:37 +01:00
SystemCallArchitectures = native
2017-09-14 19:45:40 +02:00
LockPersonality = yes
2017-08-09 16:15:07 +02:00
RuntimeDirectory = systemd/resolve
RuntimeDirectoryPreserve = yes
2014-05-18 22:10:48 +02:00
[Install]
WantedBy = multi-user.target
2017-02-16 17:48:48 +01:00
Alias = dbus-org.freedesktop.resolve1.service