ntpd.service 183 B

1234567891011
  1. [Unit]
  2. Description=OpenNTP Daemon
  3. After=network.target
  4. Conflicts=systemd-timesyncd.service
  5. [Service]
  6. Type=simple
  7. ExecStart=/usr/sbin/ntpd -s -d
  8. [Install]
  9. WantedBy=multi-user.target