]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-timesyncd.service.in
units: make use of @reboot and @swap in our long-running service SystemCallFilter...
[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
ece6e766 14RequiresMountsFor=/var/lib/systemd/clock
ecde7065 15After=systemd-remount-fs.service systemd-tmpfiles-setup.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
24ExecStart=@rootlibexecdir@/systemd-timesyncd
0c28d51a 25WatchdogSec=3min
d636d376 26CapabilityBoundingSet=CAP_SYS_TIME CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER
a349eb10
LP
27PrivateTmp=yes
28PrivateDevices=yes
c7fb922d 29ProtectSystem=strict
1b8689f9 30ProtectHome=yes
0c28d51a
LP
31ProtectControlGroups=yes
32ProtectKernelTunables=yes
b6c7278c 33ProtectKernelModules=yes
40652ca4 34MemoryDenyWriteExecute=yes
0c28d51a 35RestrictRealtime=yes
3c19d0b4 36RestrictNamespaces=yes
0c28d51a 37RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
6489ccfe 38SystemCallFilter=~@cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap
7f396e5f 39SystemCallArchitectures=native
c7fb922d 40ReadWritePaths=/var/lib/systemd
a91df40e
KS
41
42[Install]
ece6e766 43WantedBy=sysinit.target