tstellar / rpms / ntp

Forked from rpms/ntp 3 years ago
Clone
1676362
[Unit]
1676362
Description=Wait for ntpd to synchronize system clock
1676362
After=ntpd.service
1676362
Requires=ntpd.service
1676362
Before=time-sync.target
1676362
Wants=time-sync.target
1676362
1676362
[Service]
1676362
Type=oneshot
1676362
ExecStart=/usr/sbin/ntp-wait
1676362
RemainAfterExit=yes
1676362
1676362
[Install]
1676362
WantedBy=multi-user.target