]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-timesyncd.service.in
Merge pull request #13360 from keszybz/udev-watch-more
[thirdparty/systemd.git] / units / systemd-timesyncd.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
a91df40e
KS
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
10[Unit]
11Description=Network Time Synchronization
12Documentation=man:systemd-timesyncd.service(8)
13ConditionCapability=CAP_SYS_TIME
4b16233e 14ConditionVirtualization=!container
689d781b 15DefaultDependencies=no
89be857a 16After=systemd-remount-fs.service systemd-sysusers.service
4ea0f675 17Before=time-set.target sysinit.target shutdown.target
ece6e766 18Conflicts=shutdown.target
4ea0f675 19Wants=time-set.target time-sync.target
a91df40e
KS
20
21[Service]
87a85e25 22AmbientCapabilities=CAP_SYS_TIME
3ca9940c
LP
23CapabilityBoundingSet=CAP_SYS_TIME
24ExecStart=!!@rootlibexecdir@/systemd-timesyncd
25LockPersonality=yes
26MemoryDenyWriteExecute=yes
27NoNewPrivileges=yes
a349eb10 28PrivateDevices=yes
3ca9940c 29PrivateTmp=yes
0c28d51a 30ProtectControlGroups=yes
3ca9940c 31ProtectHome=yes
99894b86 32ProtectHostname=yes
b6c7278c 33ProtectKernelModules=yes
3ca9940c
LP
34ProtectKernelTunables=yes
35ProtectSystem=strict
36Restart=always
37RestartSec=0
0c28d51a 38RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
3ca9940c
LP
39RestrictNamespaces=yes
40RestrictRealtime=yes
62aa2924 41RestrictSUIDSGID=yes
2dd79846 42RuntimeDirectory=systemd/timesync
53d133ea 43StateDirectory=systemd/timesync
3ca9940c
LP
44SystemCallArchitectures=native
45SystemCallErrorNumber=EPERM
46SystemCallFilter=@system-service @clock
47Type=notify
48User=systemd-timesync
49WatchdogSec=3min
a91df40e
KS
50
51[Install]
ece6e766 52WantedBy=sysinit.target
e7dd3947 53Alias=dbus-org.freedesktop.timesync1.service