Files
guru/games-server/among-sus/files/among-sus.initd
Anna (cybertailor) Vyalkova f7d989bc03 games-server/among-sus: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2021-07-01 09:58:26 +05:00

19 lines
389 B
Plaintext

#!/sbin/openrc-run
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="among-sus server"
description="Among Us, but it's a text adventure"
AMOGUS_PORT=${AMOGUS_PORT:-1234}
command="/usr/bin/among-sus"
command_args="-p ${AMOGUS_PORT}"
command_user=nobody:nobody
command_background=1
pidfile=/run/among-sus.pid
depend() {
need net
}