From ca9627e70852f6b2e835660df870fe3ab405882d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 1 Sep 2019 00:00:32 +0200 Subject: Initial import --- net-proxy/socks5/files/socks5.init | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net-proxy/socks5/files/socks5.init (limited to 'net-proxy/socks5/files/socks5.init') diff --git a/net-proxy/socks5/files/socks5.init b/net-proxy/socks5/files/socks5.init new file mode 100644 index 0000000..d2fb964 --- /dev/null +++ b/net-proxy/socks5/files/socks5.init @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +depend() { + need net +} + +start() { + ebegin "Starting socks5:" + socks5 + eend $? +} + +stop() { + ebegin "Stopping socks5:" + killall ${KILL_OPTS} socks5 + eend $? +} -- cgit v1.2.3