mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
net-proxy/opera-proxy: new package, add 1.13.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
15
net-proxy/opera-proxy/files/opera-proxy.initd
Normal file
15
net-proxy/opera-proxy/files/opera-proxy.initd
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/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
|
||||
}
|
||||
Reference in New Issue
Block a user