Lot of optimizing and many fixes. Refactoring like every day... ;)

This commit is contained in:
Johannes Findeisen 2022-09-27 09:25:28 +02:00
commit 8dcacfb4e5
5 changed files with 67 additions and 43 deletions

View file

@ -13,7 +13,8 @@ plugins = HTTPServer
; 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.
; tasks separated by ','. no whitespaces allowed
tasks = MariaDB,Logger
tasks = SQLite
notification = SMS
; maybe the run_mode is obsolete because this will be a daemon but maybe it is useful for one time execution?
; in uplink the available run_modes were cron, daemon and foreground
run_mode = cron