added lang /lib pkgs
[librewrt/.git] / packages / xwrt / webif / files / etc / init.d / custom-user-startup
1 #!/bin/sh /etc/rc.common
2 START=90
3 # place your own startup commands here
4 #
5 # REMEMBER: You *MUST* place an '&' after launching programs you 
6 #   that are to continue running in the background.
7 #
8 #   i.e. 
9 #   BAD:  upnpd
10 #   GOOD: upnpd &
11
12 # Failure to do this will result in the startup process halting
13 # on this file and the diagnostic light remaining on (at least
14 # for WRT54G(s) models).
15 #
16