13 lines
247 B
Text
13 lines
247 B
Text
#!/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
|
|
}
|