Files
gentoo/net-proxy/3proxy/files/3proxy.initd
Nicolas PARLANT f58b6eb230 net-proxy/3proxy: add 0.9.5
update HOMEPAGE (.ru -> .org)

add user/group

patches rebased

add confdir / initscript / unit.service

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/41457
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-29 20:28:21 +01:00

16 lines
363 B
Plaintext

#!/sbin/openrc-run
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="3proxy daemon"
description="A really tiny cross-platform proxy servers set"
command=/usr/bin/3proxy
command_args="/etc/3proxy/3proxy.cfg"
command_user="3proxy:3proxy"
command_background=yes
pidfile="/run/3proxy.pid"
depend() {
use dns
}