mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-03 21:05:33 +00:00
feat(blahd): impl socket activation integration
This also allows arbitrary listening fd include UNIX domain sockets, via environment variables as sd_listen_fds(3).
This commit is contained in:
parent
87c8acd5b2
commit
98b2df2fdf
8 changed files with 206 additions and 13 deletions
9
contrib/blahd.example.socket
Normal file
9
contrib/blahd.example.socket
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Blah Chat Server Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=[::]:8080
|
||||
BindIPv6Only=both
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
Loading…
Add table
Add a link
Reference in a new issue