mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
7ce32aa271
Fixes the systemd service, the binary is located at /usr/sbin not /usr/bin. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
212 B
Desktop File
12 lines
212 B
Desktop File
[Unit]
|
|
Description=Chrony Network Time Daemon
|
|
After=syslog.target network.target
|
|
Conflicts=systemd-timesyncd.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/chronyd -n
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|