From 5b27a0568cb4df94d6e4d744e0736907de05a256 Mon Sep 17 00:00:00 2001 From: VnPower Date: Sun, 1 Oct 2023 10:36:44 +0700 Subject: [PATCH] update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 95a16e2..027e6f9 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Tech stack - [x] listen on unix socket PORT (if set) - [x] Templating - {{mustache}} - [x] spawn with dinit/systemd -- [ ] Config file - load TOML config (1. `/opt/status-config/config.toml` 2. test config at `proto/testconfig.toml`) +- [x] Config file - load TOML config (1. `/opt/status-config/config.toml` 2. test config at `proto/testconfig.toml`) - .socket_path (UNIX socket, string) - .service (array of services) - .matrix (Matrix-related settings, see below)