]> git.proxmox.com Git - systemd.git/blame - units/systemd-timesyncd.service.in
Imported Upstream version 220
[systemd.git] / units / systemd-timesyncd.service.in
CommitLineData
60f067b4
JS
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
e3bff60a 12ConditionVirtualization=!container
e842803a 13DefaultDependencies=no
60f067b4 14RequiresMountsFor=/var/lib/systemd/clock
e842803a
MB
15After=systemd-remount-fs.service systemd-tmpfiles-setup.service systemd-sysusers.service
16Before=time-sync.target sysinit.target shutdown.target
60f067b4
JS
17Conflicts=shutdown.target
18Wants=time-sync.target
60f067b4
JS
19
20[Service]
21Type=notify
22Restart=always
23RestartSec=0
24ExecStart=@rootlibexecdir@/systemd-timesyncd
25CapabilityBoundingSet=CAP_SYS_TIME CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER
26PrivateTmp=yes
27PrivateDevices=yes
28ProtectSystem=full
29ProtectHome=yes
30WatchdogSec=1min
31
32[Install]
33WantedBy=sysinit.target