init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
[openwrt/svn-archive/archive.git] / net / rp-l2tp / files / rp-l2tpd.init
index 8051cfd596fea2d41a7c1e903e6684654ddc09d5..4895e179438a83bbe92f4581c31e6bcd3fc3a4f1 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org
 
+START=60
 DEFAULT=/etc/default/rp-l2tpd
 RUN_D=/var/run
 [ -f $DEFAULT ] && . $DEFAULT