first upload

This commit is contained in:
Creat0r
2025-11-27 18:18:43 +01:00
parent de61047ac5
commit 3c138f2b3b
9 changed files with 145 additions and 0 deletions

10
CloudGPT.openrc Normal file
View File

@ -0,0 +1,10 @@
#!/sbin/openrc-run
name="$RC_SVCNAME"
command="/app/bin/run.sh"
command_background=true
pidfile="/run/$RC_SVCNAME"
depend() {
need net
}