This unit is provided by:
Options
-
[Install]
-
WantedBy=time-sync.target
-
-
[Service]
-
ExecStart=/usr/sbin/ntpwait -s 1 -n 30000
-
RemainAfterExit=yes
-
StandardOutput=null
-
Type=oneshot
-
-
[Unit]
-
After=ntpsec.service
-
ConditionCapability=CAP_SYS_TIME
-
Conflicts=systemd-timesyncd.service
-
Description=Wait for ntpd to synchronize system clock
-
Documentation=man:ntpwait(8)
-
Requisite=ntpsec.service
-
Additionnal notes
Nothing here.