guru/net-proxy/snowflake/files/snowflake-proxy.initd
Anna (cybertailor) Vyalkova c84a69af15
net-proxy/snowflake: new package, add 2.5.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-04-07 00:49:55 +05:00

16 lines
326 B
Plaintext

#!/sbin/openrc-run
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# shellcheck shell=sh
command="/usr/bin/snowflake-proxy"
command_args="${SNOWFLAKE_PROXY_OPTS}"
command_background=1
command_user="nobody:nobody"
pidfile="/run/snowflake-proxy.pid"
depend() {
need net
}