ngircd.sock: explicitely bind to IPv4 and IPv6 addresses

This commit is contained in:
Alexander Barton 2013-02-10 20:37:55 +01:00
parent 69c3f96998
commit 2cb7023e28
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
Description=Next Generation IRC Daemon (Socket)
[Socket]
ListenStream=6667
#ListenStream=6668
BindIPv6Only=ipv6-only
ListenStream=0.0.0.0:6667
#ListenStream=[::]:6667
IPTOS=low-delay
[Install]