/etc/systemd/system
NameSizeModeActions
cloud-final.service.wants/-0755rm
cloud-init.target.wants/-0755rm
default.target.wants/-0755rm
emergency.target.wants/-0755rm
final.target.wants/-0755rm
getty.target.wants/-0755rm
graphical.target.wants/-0755rm
mdmonitor.service.wants/-0755rm
multi-user.target.wants/-0755rm
network-online.target.wants/-0755rm
open-vm-tools.service.requires/-0755rm
paths.target.wants/-0755rm
rescue.target.wants/-0755rm
sleep.target.wants/-0755rm
snapd.mounts.target.wants/-0755rm
sockets.target.wants/-0755rm
sshd-keygen@.service.d/-0755rm
sysinit.target.wants/-0755rm
timers.target.wants/-0755rm
a2gen.service2540644editdlrm
a2web.service2490644editdlrm
dbus-org.freedesktop.ModemManager1.service5150644editdlrm
dbus-org.freedesktop.resolve1.service17850644editdlrm
dbus-org.freedesktop.thermald.service3090644editdlrm
dbus-org.freedesktop.timesync1.service17640644editdlrm
do-agent.service3630644editdlrm
droplet-agent-update.service3200644editdlrm
droplet-agent-update.timer2000644editdlrm
droplet-agent.service3580644editdlrm
iscsi.service9870644editdlrm
multipath-tools.service7980644editdlrm
pm2-root.service6970644editdlrm
snap-core18-2979.mount3260644editdlrm
snap-core18-2999.mount3260644editdlrm
snap-core20-2769.mount3260644editdlrm
snap-core20-2866.mount3260644editdlrm
snap-core22-2411.mount3260644editdlrm
snap-core22-2437.mount3260644editdlrm
snap-core24-1587.mount3260644editdlrm
snap-core24-1643.mount3260644editdlrm
snap-gh-502.mount3110644editdlrm
snap-gh-640.mount3110644editdlrm
snap-lxd-40364.mount3200644editdlrm
snap-lxd-40526.mount3200644editdlrm
snap-node-11691.mount3230644editdlrm
snap-node-11782.mount3230644editdlrm
snap-snapd-27591.mount3260644editdlrm
snap-snapd-27710.mount3260644editdlrm
snap.lxd.activate.service4680644editdlrm
snap.lxd.daemon.service5430644editdlrm
snap.lxd.daemon.unix.socket3300644editdlrm
sshd.service5380644editdlrm
sudo.service-0666editdlrm
syslog.service4690644editdlrm
vmtoolsd.service4890644editdlrm
Edit: /usr/lib/systemd/system/systemd-resolved.service (1785B)
# SPDX-License-Identifier: LGPL-2.1-or-later # # 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 Name Resolution Documentation=man:systemd-resolved.service(8) Documentation=man:org.freedesktop.resolve1(5) Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients DefaultDependencies=no After=systemd-sysusers.service systemd-networkd.service Before=network.target nss-lookup.target shutdown.target Conflicts=shutdown.target Wants=nss-lookup.target [Service] AmbientCapabilities=CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE BusName=org.freedesktop.resolve1 CapabilityBoundingSet=CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE ExecStart=!!/lib/systemd/systemd-resolved LockPersonality=yes MemoryDenyWriteExecute=yes NoNewPrivileges=yes PrivateDevices=yes PrivateTmp=yes ProtectProc=invisible ProtectClock=yes ProtectControlGroups=yes ProtectHome=yes ProtectKernelLogs=yes ProtectKernelModules=yes ProtectKernelTunables=yes ProtectSystem=strict Restart=always RestartSec=0 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 RestrictNamespaces=yes RestrictRealtime=yes RestrictSUIDSGID=yes RuntimeDirectory=systemd/resolve RuntimeDirectoryPreserve=yes SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service Type=notify User=systemd-resolve WatchdogSec=3min [Install] WantedBy=multi-user.target Alias=dbus-org.freedesktop.resolve1.service