blob: 68c1038b0cfb8c7480abdae374ba829ea7f13a3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/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
}
|