13 lines
155 B
Plaintext
Executable File
13 lines
155 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
name="busybox $SVCNAME"
|
|
command="/opt/webapp/app.sh"
|
|
command_args=""
|
|
pidfile="/var/run/$SVCNAME.pid"
|
|
|
|
depend() {
|
|
need net
|
|
use dns
|
|
}
|
|
|