ajenti.ipc

class ajenti.ipc.IPCHandler[source]

Interface for custom IPC endpoints

get_name()[source]

Should return short identifier of IPC endpoint:

$ ajenti-ipc <endpoint-name> <args>

Rtype str:
handle(args)[source]

Override to handle IPC requests

Parameters:args (list) – list of str parameters
class ajenti.ipc.IPCServer[source]
run()[source]
start()[source]
comments powered by Disqus