mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-27 21:53:33 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
14 lines
279 B
Desktop File
14 lines
279 B
Desktop File
[Unit]
|
|
Description=Precision Time Protocol daemon
|
|
After=syslog.target network.target
|
|
Before=time-sync.target
|
|
Wants=time-sync.target
|
|
Wants=linuxptp-system-clock.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/ptp4l -f /etc/linuxptp.cfg
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|