09f1b8011b
Add the Linux PTP Project package. http://linuxptp.sourceforge.net/ The SysV and systemd init scripts start the daemon in slave-only mode on eth0 and synchronize the system clock to PTP. Signed-off-by: Petr Kulhavy <brain@jikos.cz> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
232 B
Desktop File
12 lines
232 B
Desktop File
[Unit]
|
|
Description=Precision Time Protocol daemon
|
|
After=syslog.target network.target
|
|
Wants=linuxptp-system-clock.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/ptp4l -f /etc/linuxptp.cfg
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|