Moved lish plugin to bin/lish since it should not be part of the core.

Lish can be used when the RPC plugin is loaded. Renamed Lish plugin to RPC. It is better to make Lish a own program since it would not work in daemon mode.
This commit is contained in:
Johannes Findeisen 2022-10-06 23:51:53 +02:00
commit 8a2bc8046b
5 changed files with 185 additions and 5 deletions

View file

@ -15,7 +15,7 @@ log_file_size = 5
log_file_size_bytes = 100000
pid_file = /var/run/user/1000/linspector.pid
; plugins separated by ','. no whitespaces allowed! not case sensitive.
plugins = lish,httpserver
plugins = rpc,httpserver
; globally configured tasks will always run on all monitors when no task is configured there. if tasks are configured in
; a monitor then maybe only run tasks from the dedicated monitor. maybe it is a good idea to run global tasks in every
; monitor and the monitor can add tasks to the global settings... need to think about it.