redsocks: moved to github
[packages.git] / net / redsocks / files / redsocks.init
diff --git a/net/redsocks/files/redsocks.init b/net/redsocks/files/redsocks.init
deleted file mode 100644 (file)
index 244d3a2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=80
-APP=redsocks
-PID_FILE=/var/run/$APP.pid
-
-start() {
-        start-stop-daemon -S -x $APP -p $PID_FILE -m -b -- -c /etc/redsocks.conf
-}
-
-stop() {
-        start-stop-daemon -K -n $APP -p $PID_FILE -s TERM
-        rm -rf $PID_FILE
-}