[package] update mdnsresponder to 214.3.2 (#8083)
[openwrt/svn-archive/archive.git] / net / ptpd / files / ptpd.init
1 #!/bin/sh /etc/rc.common
2
3 START=50
4
5 start() {
6 ptpd
7 }
8
9 stop() {
10 killall ptpd
11 }