mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
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
|