mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00

This also allows arbitrary listening fd include UNIX domain sockets, via environment variables as sd_listen_fds(3).
9 lines
129 B
SYSTEMD
9 lines
129 B
SYSTEMD
[Unit]
|
|
Description=Blah Chat Server Socket
|
|
|
|
[Socket]
|
|
ListenStream=[::]:8080
|
|
BindIPv6Only=both
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|