Carlito Nueno wrote:
> Hi all,
>
> I am trying to make a ubus service in lua.
>
> I placed a lua script (myluaservice) in /usr/libexec/rpcd but I
> didn't see it in ubus -v list.
>
> So I placed a shell script (myshellservice) in
> /usr/libexec/rpcd and moved the lua script (myluaservice) to
>
Hi all,
I am trying to make a ubus service in lua.
I placed a lua script (myluaservice) in /usr/libexec/rpcd but I didn't
see it in ubus -v list.
So I placed a shell script (myshellservice) in /usr/libexec/rpcd and
moved the lua script (myluaservice) to /usr/bin/ and made both scripts
executable