Tree @master (Download .tar.gz)
A Varlink RPC service
Usage
- Create executable scripts in /etc/varlink-rpc with names that are valid Varlink function names
- Make their second line start with
# Parameters:
and a list of parameters (again, in varlink format) - ???
- PROFIT
Connecting
This service should be socket-activated and listen on whatever socket you give it.
It exports the pl.mewp.varlink-rpc
interface. Do not expect too much stability from this interface – after all, it's generated at runtime based on what scripts you have configured.