BitTorrent btpd 0.13 package
[openwrt/svn-archive/archive.git] / net / rp-pppoe / files / pppoe-server.init
index b25f61974dfc38f6601f08190e75b64e903deb33..16d8a172b83d1ae2cc0eaa70fb6d13135456aff6 100644 (file)
@@ -1,10 +1,11 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org
+START=50
 
 DEFAULT=/etc/default/pppoe-server
-[ -f $DEFAULT ] && . $DEFAULT
 
 start() {
+       [ -f $DEFAULT ] && . $DEFAULT
        pppoe-server $OPTIONS
 }