initial import

This commit is contained in:
2023-08-22 18:25:56 +02:00
commit 188c81b572
8 changed files with 195 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
}