/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-timesyncd.service (1764B)
# 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 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 [Service] AmbientCapabilities=CAP_SYS_TIME BusName=org.freedesktop.timesync1 CapabilityBoundingSet=CAP_SYS_TIME # Turn off DNSSEC validation for hostname look-ups, since those need the # correct time to work, but we likely won't acquire that without NTP. Let's # break this chicken-and-egg cycle here. Environment=SYSTEMD_NSS_RESOLVE_VALIDATE=0 ExecStart=!!/lib/systemd/systemd-timesyncd LockPersonality=yes MemoryDenyWriteExecute=yes NoNewPrivileges=yes PrivateDevices=yes PrivateTmp=yes ProtectProc=invisible ProtectControlGroups=yes ProtectHome=yes ProtectHostname=yes ProtectKernelLogs=yes ProtectKernelModules=yes ProtectKernelTunables=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