]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-timesyncd.service.in
timesync: move stamp file to /var/lib/systemd/timesync/clock
[thirdparty/systemd.git] / units / systemd-timesyncd.service.in
CommitLineData
a91df40e
KS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Network Time Synchronization
10Documentation=man:systemd-timesyncd.service(8)
11ConditionCapability=CAP_SYS_TIME
4b16233e 12ConditionVirtualization=!container
689d781b 13DefaultDependencies=no
53d133ea 14RequiresMountsFor=/var/lib/systemd/timesync/clock
87a85e25 15After=systemd-remount-fs.service systemd-sysusers.service
689d781b 16Before=time-sync.target sysinit.target shutdown.target
ece6e766 17Conflicts=shutdown.target
55152b6e 18Wants=time-sync.target
a91df40e
KS
19
20[Service]
21Type=notify
22Restart=always
23RestartSec=0
87a85e25 24ExecStart=!!@rootlibexecdir@/systemd-timesyncd
0c28d51a 25WatchdogSec=3min
87a85e25
YW
26User=systemd-timesync
27CapabilityBoundingSet=CAP_SYS_TIME
28AmbientCapabilities=CAP_SYS_TIME
a349eb10
LP
29PrivateTmp=yes
30PrivateDevices=yes
c7fb922d 31ProtectSystem=strict
1b8689f9 32ProtectHome=yes
0c28d51a
LP
33ProtectControlGroups=yes
34ProtectKernelTunables=yes
b6c7278c 35ProtectKernelModules=yes
40652ca4 36MemoryDenyWriteExecute=yes
0c28d51a 37RestrictRealtime=yes
3c19d0b4 38RestrictNamespaces=yes
0c28d51a 39RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
6489ccfe 40SystemCallFilter=~@cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap
7f396e5f 41SystemCallArchitectures=native
53d133ea 42StateDirectory=systemd/timesync
a91df40e
KS
43
44[Install]
ece6e766 45WantedBy=sysinit.target