In order to start ptpd at boot time, add the following lines to
/etc/rc.local:

if [ -x /usr/local/sbin/ptpd ]; then
        echo -n ' ptpd';       /usr/local/sbin/ptpd
fi
