oops... forgot the files :)
[openwrt/svn-archive/archive.git] / lang / php4 / files / php.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 start() {
5 $BIN -b $PORT &
6 }
7
8 stop() {
9 killall php
10 }
11