buildroot/package/openntpd/ntpd.service
Gustavo Zacarias 35f37d7626 openntpd: add systemd unit file
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-01-23 21:43:17 +01: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