Blame SOURCES/sntp.service

6e16f6
[Unit]
6e16f6
Description=Set time via SNTP
6e16f6
After=network-online.target nss-lookup.target
6e16f6
Before=time-sync.target
6e16f6
Wants=time-sync.target network-online.target
6e16f6
6e16f6
[Service]
6e16f6
Type=oneshot
6e16f6
EnvironmentFile=/etc/sysconfig/sntp
6e16f6
ExecStart=/usr/sbin/sntp $OPTIONS
6e16f6
RemainAfterExit=yes
6e16f6
6e16f6
[Install]
6e16f6
WantedBy=multi-user.target