35f37d7626
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
183 B
Desktop File
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
|