summaryrefslogtreecommitdiff
path: root/package/tinyproxy/files/tinyproxy.init
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-02 19:48:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-02 19:48:18 +0100
commit1be6ebb92966edeea8a49f34a5e2e664f86c2946 (patch)
treeb65b2299475e820d335e96cc3c90125238873fc5 /package/tinyproxy/files/tinyproxy.init
parenteb10ac0e97c1e5e98ce73a1966c97a7cedb9d086 (diff)
finetune iptables, tinyproxy and dansguardian
Diffstat (limited to 'package/tinyproxy/files/tinyproxy.init')
-rw-r--r--package/tinyproxy/files/tinyproxy.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tinyproxy/files/tinyproxy.init b/package/tinyproxy/files/tinyproxy.init
index 26bd7c0df..cdf86e049 100644
--- a/package/tinyproxy/files/tinyproxy.init
+++ b/package/tinyproxy/files/tinyproxy.init
@@ -15,6 +15,7 @@ start)
;;
stop)
pkill tinyproxy
+ rm /var/run/tinyproxy.pid
;;
restart)
sh $0 stop