Files
buildroot/package/openntpd/ntpd.service
2019-09-25 20:52:32 -03: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