c6946f24cc
systemd has its own NTP daemon, which must be disabled before starting chrony. Possible (but unlikely) conflict with openntpd is not marked in either package. Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
211 B
Desktop File
12 lines
211 B
Desktop File
[Unit]
|
|
Description=Chrony Network Time Daemon
|
|
After=syslog.target network.target
|
|
Conflicts=systemd-timesyncd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/chronyd -n
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|