Files
CloudGPT/CloudGPT.openrc
2025-11-27 18:18:43 +01:00

11 lines
140 B
Plaintext

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