53878c3026279cbb18129239b3ef1d88d8033047
[packages.git] / net / rp-pppoe / files / pppoe-relay.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 DEFAULT=/etc/default/pppoe-relay
5 [ -f $DEFAULT ] && . $DEFAULT
6
7 start() {
8         pppoe-relay $OPTIONS
9 }
10
11 stop() {
12         killall pppoe-relay
13 }
14