initial commit

This commit is contained in:
2023-01-28 15:55:33 +01:00
parent dcbf34269d
commit a1e482f23a
11 changed files with 286 additions and 0 deletions

12
webapp.initrc Executable file
View File

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