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
|