#!/bin/sh /etc/rc.common

START=50

start() {
	ptpd
}

stop() {
	killall ptpd
}
