11 lines
140 B
Plaintext
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
|
|
}
|