]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-timesyncd.service.in
test: run systemd-dissect and systemd-run with log level debug in TEST-50-DISSECT
[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
e0f968ad 16After=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 34ProtectKernelTunables=yes
6168ae58 35ProtectKernelLogs=yes
3ca9940c
LP
36ProtectSystem=strict
37Restart=always
38RestartSec=0
0c28d51a 39RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
3ca9940c
LP
40RestrictNamespaces=yes
41RestrictRealtime=yes
62aa2924 42RestrictSUIDSGID=yes
2dd79846 43RuntimeDirectory=systemd/timesync
53d133ea 44StateDirectory=systemd/timesync
3ca9940c
LP
45SystemCallArchitectures=native
46SystemCallErrorNumber=EPERM
47SystemCallFilter=@system-service @clock
48Type=notify
49User=systemd-timesync
21d0dd5a 50@SERVICE_WATCHDOG@
a91df40e
KS
51
52[Install]
ece6e766 53WantedBy=sysinit.target
e7dd3947 54Alias=dbus-org.freedesktop.timesync1.service