/lib/systemd/system/ntp-wait.service is in ntpsec 1.1.0+dfsg1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [Unit]
Description=Wait for ntpd to synchronize system clock
Requisite=ntp.service
After=ntp.service
Conflicts=systemd-timesyncd.service
ConditionCapability=CAP_SYS_TIME
[Service]
Type=oneshot
ExecStart=/usr/sbin/ntpwait -s 1 -n 30000
RemainAfterExit=yes
StandardOutput=null
[Install]
WantedBy=time-sync.target
|