]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-timesyncd.service.in
units: make sure that .nspawn files override the default settings in systemd-nspawn...
[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
d636d376 25CapabilityBoundingSet=CAP_SYS_TIME CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER
a349eb10
LP
26PrivateTmp=yes
27PrivateDevices=yes
1b8689f9
LP
28ProtectSystem=full
29ProtectHome=yes
9f711549 30WatchdogSec=1min
a91df40e
KS
31
32[Install]
ece6e766 33WantedBy=sysinit.target