11 lines
99 B
Bash
11 lines
99 B
Bash
#!/bin/sh /etc/rc.common
|
|
|
|
. /lib/functions.sh
|
|
|
|
START=10
|
|
|
|
start()
|
|
{
|
|
/usr/lib/custom/custom.lua &
|
|
}
|