Renamed .ini files to .conf. Look more familiar to me. Some fixes too.

This commit is contained in:
Johannes Findeisen 2022-09-27 21:37:04 +02:00
commit 98fa44f6ff
9 changed files with 17 additions and 12 deletions

View file

@ -8,7 +8,7 @@ log_count = 5
log_size = 10485760
pid_file = /var/run/user/1000/linspector.pid
; plugins separated by ','. no whitespaces allowed
plugins = HTTPServer
plugins = Lish
; 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.