You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-proxy/microsocks/files/microsocks.initd

15 lines
344 B

#!/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
}