1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=Network Time Service After=ntp-client.service sntp.service [Service] Type=forking EnvironmentFile=/etc/conf.d/ntpd ExecStart=/usr/sbin/ntpd $NTPD_OPTS PrivateTmp=true [Install] WantedBy=multi-user.target