minazuki-overlay/games-engines/ioquake3/files/ioq3ded.initd-r0

13 lines
247 B
Text
Raw Normal View History

#!/sbin/openrc-run
# Copyright 2026 Shin'ya Minazuki
supervisor="supervise-daemon"
command="/usr/bin/ioq3ded"
command_background="true"
command_user="ioq3ded"
directory="/var/lib/ioquake3"
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need net
}