1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-30 05:31:18 +01:00
Files
operating-system/buildroot/package/chrony/chrony.service
2018-03-17 23:47:00 +00:00

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