summaryrefslogtreecommitdiff
path: root/package/tinyproxy/files/tinyproxy.init
diff options
context:
space:
mode:
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