summaryrefslogtreecommitdiff
path: root/net-proxy/microsocks/files/microsocks.initd
blob: a520e94920cc30ff6bf9d22a593b2a4d5b3c5044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="microsocks daemon"
description="Multithreaded, small, efficient SOCKS5 server"
pidfile="/run/${RC_SVCNAME}.pid"
command=/usr/bin/microsocks
command_args="${microsocks_args}"
command_background=1

depend() {
	need net
}