OpenNTPD daemon with OpenSSL implementation & flexible configurability
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
177 B

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