linuxOS_AP05/buildroot/package/openntpd/ntpd.service
2025-06-02 13:59:07 +08:00

12 lines
183 B
Desktop File

[Unit]
Description=OpenNTP Daemon
After=network.target
Conflicts=systemd-timesyncd.service
[Service]
Type=simple
ExecStart=/usr/sbin/ntpd -s -d
[Install]
WantedBy=multi-user.target