webvars/webapp.initrc
2023-08-22 18:25:56 +02: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
}