feat(cfg): turn groupnames into gids at parse time

This commit is contained in:
2026-03-10 14:36:44 +01:00
parent 054c3ff1f8
commit fb62111c7f
5 changed files with 147 additions and 20 deletions

7
assets/config.toml Normal file
View File

@@ -0,0 +1,7 @@
# example file to show/test configuration
[unix]
groups = [ "wheel", 0 ]
# [server]
# listen = "127.0.0.1:8080"