packages/net/ptpd/files/ptpd.init
matteo 1ebe73b5f8 add package PTPd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-28 16:31:04 +00:00

12 lines
80 B
Bash

#!/bin/sh /etc/rc.common
START=50
start() {
ptpd
}
stop() {
killall ptpd
}