7c9e018bee060b596e211d4885f1e4ad57962f1d
[packages.git] / net / privoxy / files / privoxy.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 conf=/etc/privoxy/config
4
5 start() {
6         /usr/sbin/privoxy $conf
7 }
8
9 stop() {
10         killall privoxy
11 }