9cf369169a88bf9426f7817855cb8dc4383eb824
[packages.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