ntpd.service-r2 207 B

123456789101112
  1. [Unit]
  2. Description=Network Time Service
  3. After=ntpdate.service sntp.service
  4. Conflicts=systemd-timesyncd.service
  5. [Service]
  6. ExecStart=/usr/sbin/ntpd -g -n
  7. PrivateTmp=true
  8. [Install]
  9. WantedBy=multi-user.target