aboutsummaryrefslogtreecommitdiff
blob: 3b84b863504a26ef627d6a924d28387ee1484d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run
# Copyright 2021-2022 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"

command="/usr/bin/among-sus"
command_args="-p ${AMONG_SUS_PORT:-1234}"
command_user=nobody:nobody
command_background=1
pidfile=/run/among-sus.pid

depend() {
	use net
}