Files
guru/net-proxy/opera-proxy/files/opera-proxy.initd
Anna (cybertailor) Vyalkova fbe6708b4b net-proxy/opera-proxy: new package, add 1.13.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2026-01-03 16:50:22 +05:00

16 lines
306 B
Plaintext

#!/sbin/openrc-run
# shellcheck shell=sh
#
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
supervisor="supervise-daemon"
command="/usr/bin/opera-proxy"
command_user="nobody:nobody"
pidfile="/run/opera-proxy.pid"
depend() {
need net
use dns firewall
}