mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
12 lines
189 B
SYSTEMD
12 lines
189 B
SYSTEMD
[Unit]
|
|
Description=Next Generation IRC Daemon (Socket)
|
|
|
|
[Socket]
|
|
BindIPv6Only=ipv6-only
|
|
ListenStream=0.0.0.0:6667
|
|
#ListenStream=[::]:6667
|
|
IPTOS=low-delay
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|