summaryrefslogtreecommitdiffstats
path: root/net/ptpd/files/ptpd.init
blob: 9cce55c356b8da7b73da4c739b31414188027f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh /etc/rc.common
# Copyright (C) 2011 OpenWrt.org

START=50

start() {
	service_start /usr/sbin/ptpd
}

stop() {
	service_stop /usr/sbin/ptpd
}