mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
16 lines
306 B
Plaintext
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
|
|
}
|