Files
Rechentrainer/webapp.initrc
2021-06-01 10:22:18 +00:00

13 lines
155 B
Plaintext
Executable File

#!/sbin/openrc-run
name="busybox $SVCNAME"
command="/opt/webapp/app.sh"
command_args=""
pidfile="/var/run/$SVCNAME.pid"
depend() {
need net
use dns
}