093998e9e2
The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as defined by the IEEE 1588 standard. PTP was developed to provide very precise time coordination of LAN connected computers. with ckuethe@
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
In order to start ptpd at boot time, add the following lines to
|
|
/etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/sbin/ptpd ]; then
|
|
echo -n ' ptpd'; ${PREFIX}/sbin/ptpd
|
|
fi
|