]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-resolved.service.m4.in
Merge pull request #3384 from keszybz/localed-keymap
[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
16 # On kdbus systems we pull in the busname explicitly, because it
17 # carries policy that allows the daemon to acquire its name.
18 Wants=org.freedesktop.resolve1.busname
19 After=org.freedesktop.resolve1.busname
20
21 [Service]
22 Type=notify
23 Restart=always
24 RestartSec=0
25 ExecStart=@rootlibexecdir@/systemd-resolved
26 CapabilityBoundingSet=CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER
27 ProtectSystem=full
28 ProtectHome=yes
29 WatchdogSec=3min
30 MemoryDenyWriteExecute=yes
31 SystemCallFilter=~@clock @module @mount @obsolete @raw-io ptrace
32
33 [Install]
34 WantedBy=multi-user.target