1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-26 21:29:05 +00:00
Files
operating-system/buildroot/package/linuxptp/linuxptp-system-clock.service
2018-03-17 23:47:00 +00:00

12 lines
266 B
Desktop File

[Unit]
Description=Precision Time Protocol system clock synchronization
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/phc2sys -s /dev/ptp0 -c CLOCK_REALTIME -w -S 1.0
Restart=always
[Install]
WantedBy=multi-user.target
WantedBy=linuxptp.service