mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
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>
16 lines
363 B
Plaintext
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
|
|
}
|