first upload
This commit is contained in:
10
CloudGPT.openrc
Normal file
10
CloudGPT.openrc
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user