]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-resolved.service.m4.in
meson: fix detection of "-Wno-" options
[thirdparty/systemd.git] / units / systemd-resolved.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 Name Resolution
10 Documentation=man:systemd-resolved.service(8)
11 Documentation=http://www.freedesktop.org/wiki/Software/systemd/resolved
12 Documentation=http://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
13 Documentation=http://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
14 After=systemd-networkd.service network.target
15 Before=network-online.target nss-lookup.target
16 Wants=nss-lookup.target
17
18 # On kdbus systems we pull in the busname explicitly, because it
19 # carries policy that allows the daemon to acquire its name.
20 Wants=org.freedesktop.resolve1.busname
21 After=org.freedesktop.resolve1.busname
22
23 [Service]
24 Type=notify
25 Restart=always
26 RestartSec=0
27 ExecStart=@rootlibexecdir@/systemd-resolved
28 WatchdogSec=3min
29 CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_NET_RAW CAP_NET_BIND_SERVICE
30 PrivateTmp=yes
31 PrivateDevices=yes
32 ProtectSystem=strict
33 ProtectHome=yes
34 ProtectControlGroups=yes
35 ProtectKernelTunables=yes
36 ProtectKernelModules=yes
37 MemoryDenyWriteExecute=yes
38 RestrictRealtime=yes
39 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
40 SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap
41 SystemCallArchitectures=native
42 ReadWritePaths=/run/systemd
43
44 [Install]
45 WantedBy=multi-user.target
46 Alias=dbus-org.freedesktop.resolve1.service