blob: 23154d281d1c2381a2b8e4c0d25eee4cf1c61eb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}
|