Blame SOURCES/sntp.service

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