2017-11-18 19:35:03 +03:00
# SPDX-License-Identifier: LGPL-2.1+
#
2014-04-29 10:57:51 +04:00
# 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
2015-03-15 21:44:59 +03:00
ConditionVirtualization = !container
2014-06-17 04:18:33 +04:00
DefaultDependencies = no
2018-09-19 10:56:36 +03:00
After = systemd-remount-fs.service systemd-sysusers.service
2014-06-17 04:18:33 +04:00
Before = time-sync.target sysinit.target shutdown.target
2014-05-20 19:04:11 +04:00
Conflicts = shutdown.target
2014-06-06 18:20:33 +04:00
Wants = time-sync.target
2014-04-29 10:57:51 +04:00
[Service]
Type = notify
Restart = always
RestartSec = 0
2017-08-10 10:07:08 +03:00
ExecStart = !!@rootlibexecdir@/systemd-timesyncd
2016-08-26 14:23:27 +03:00
WatchdogSec = 3min
2017-08-10 10:07:08 +03:00
User = systemd-timesync
CapabilityBoundingSet = CAP_SYS_TIME
AmbientCapabilities = CAP_SYS_TIME
2018-09-19 11:00:09 +03:00
PrivateTmp = yes
2014-05-17 22:33:47 +04:00
PrivateDevices = yes
2018-09-19 11:00:09 +03:00
ProtectSystem = strict
2014-06-04 20:07:55 +04:00
ProtectHome = yes
2016-08-26 14:23:27 +03:00
ProtectControlGroups = yes
ProtectKernelTunables = yes
2017-02-09 13:09:50 +03:00
ProtectKernelModules = yes
2016-06-08 15:23:37 +03:00
MemoryDenyWriteExecute = yes
2016-08-26 14:23:27 +03:00
RestrictRealtime = yes
2017-02-09 12:28:23 +03:00
RestrictNamespaces = yes
2016-08-26 14:23:27 +03:00
RestrictAddressFamilies = AF_UNIX AF_INET AF_INET6
2018-04-09 21:39:16 +03:00
RuntimeDirectory = systemd/timesync
2018-04-19 12:04:17 +03:00
SystemCallFilter = @system-service @clock
SystemCallErrorNumber = EPERM
2017-02-09 00:32:37 +03:00
SystemCallArchitectures = native
2017-09-14 20:45:40 +03:00
LockPersonality = yes
2017-08-30 09:59:57 +03:00
StateDirectory = systemd/timesync
2014-04-29 10:57:51 +04:00
[Install]
2014-05-20 19:04:11 +04:00
WantedBy = sysinit.target
2018-04-30 17:02:09 +03:00
Alias = dbus-org.freedesktop.timesync1.service