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