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:
oxalica 2024-09-11 13:14:06 -04:00
parent 87c8acd5b2
commit 98b2df2fdf
8 changed files with 206 additions and 13 deletions

View file

@ -0,0 +1,9 @@
[Unit]
Description=Blah Chat Server Socket
[Socket]
ListenStream=[::]:8080
BindIPv6Only=both
[Install]
WantedBy=sockets.target