2023-01-28 15:54:03 +01: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
}