2023-04-01 10:00:13 +08:00

11 lines
99 B
Bash

#!/bin/sh /etc/rc.common
. /lib/functions.sh
START=10
start()
{
/usr/lib/custom/custom.lua &
}