/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
snapd.mounts.target.wants/-0755rm
sockets.target.wants/-0755rm
sshd-keygen@.service.d/-0755rm
sysinit.target.wants/-0755rm
timers.target.wants/-0755rm
dbus-org.freedesktop.resolve1.service17310644editdlrm
dbus-org.freedesktop.timesync1.service14840644editdlrm
droplet-agent-update.service3200644editdlrm
droplet-agent-update.timer2000644editdlrm
droplet-agent.service3580644editdlrm
iscsi.service9870644editdlrm
multipath-tools.service8070644editdlrm
snap-core18-2999.mount3260644editdlrm
snap-core18-3084.mount3260644editdlrm
snap-core20-2866.mount3260644editdlrm
snap-core20-2922.mount3260644editdlrm
snap-lxd-40364.mount3200644editdlrm
snap-lxd-40526.mount3200644editdlrm
snap-snapd-27710.mount3260644editdlrm
snap-snapd-27738.mount3260644editdlrm
snap.lxd.activate.service4680644editdlrm
snap.lxd.daemon.service5430644editdlrm
snap.lxd.daemon.unix.socket3300644editdlrm
sshd.service5380644editdlrm
syslog.service4350644editdlrm
vmtoolsd.service4890644editdlrm
Edit: /usr/lib/systemd/system/systemd-timesyncd.service (1484B)
# SPDX-License-Identifier: LGPL-2.1+ # # 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 Time Synchronization Documentation=man:systemd-timesyncd.service(8) ConditionCapability=CAP_SYS_TIME ConditionVirtualization=!container DefaultDependencies=no After=systemd-sysusers.service Before=time-set.target sysinit.target shutdown.target Conflicts=shutdown.target Wants=time-set.target time-sync.target [Service] AmbientCapabilities=CAP_SYS_TIME CapabilityBoundingSet=CAP_SYS_TIME ExecStart=!!/lib/systemd/systemd-timesyncd LockPersonality=yes MemoryDenyWriteExecute=yes NoNewPrivileges=yes PrivateDevices=yes PrivateTmp=yes ProtectControlGroups=yes ProtectHome=yes ProtectHostname=yes ProtectKernelModules=yes ProtectKernelTunables=yes ProtectKernelLogs=yes ProtectSystem=strict Restart=always RestartSec=0 RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 RestrictNamespaces=yes RestrictRealtime=yes RestrictSUIDSGID=yes RuntimeDirectory=systemd/timesync StateDirectory=systemd/timesync SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service @clock Type=notify User=systemd-timesync WatchdogSec=3min [Install] WantedBy=sysinit.target Alias=dbus-org.freedesktop.timesync1.service