mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-08-20 11:02:41 +00:00
Update nix module and config examples for socket activation
This commit is contained in:
parent
348c35720b
commit
13a3b25ee8
2 changed files with 20 additions and 3 deletions
|
@ -24,8 +24,6 @@ address = "localhost:8080"
|
|||
|
||||
# Use systemd socket activation mechanism to get listener fd from envvars.
|
||||
# See also sd_listen_fds(3) and systemd.socket(5).
|
||||
# NB. Currently only TCP sockets are supported. UNIX domain socket support is
|
||||
# blocked by axum 0.5, see https://github.com/tokio-rs/axum/pull/2941
|
||||
#systemd = true
|
||||
|
||||
[server]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue