Systemd/units/systemd-timesyncd.service.in

50 lines
1.3 KiB
SYSTEMD
Raw Normal View History

2017-11-18 17:35:03 +01:00
# SPDX-License-Identifier: LGPL-2.1+
#
2014-04-29 08:57:51 +02: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
ConditionVirtualization=!container
2014-06-17 02:18:33 +02:00
DefaultDependencies=no
After=systemd-remount-fs.service
2014-06-17 02:18:33 +02:00
Before=time-sync.target sysinit.target shutdown.target
Conflicts=shutdown.target
Wants=time-sync.target
2014-04-29 08:57:51 +02:00
[Service]
Type=notify
Restart=always
RestartSec=0
ExecStart=!!@rootlibexecdir@/systemd-timesyncd
WatchdogSec=3min
User=systemd-timesync
2017-10-06 09:05:20 +02:00
DynamicUser=yes
CapabilityBoundingSet=CAP_SYS_TIME
AmbientCapabilities=CAP_SYS_TIME
PrivateDevices=yes
ProtectHome=yes
ProtectControlGroups=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
MemoryDenyWriteExecute=yes
RestrictRealtime=yes
RestrictNamespaces=yes
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
RuntimeDirectory=systemd/timesync
SystemCallFilter=@system-service @clock
SystemCallErrorNumber=EPERM
SystemCallArchitectures=native
LockPersonality=yes
StateDirectory=systemd/timesync
2014-04-29 08:57:51 +02:00
[Install]
WantedBy=sysinit.target
Alias=dbus-org.freedesktop.timesync1.service