]> arthur.barton.de Git - ngircd-alex.git/commitdiff
ngircd.sock: explicitely bind to IPv4 and IPv6 addresses systemd
authorAlexander Barton <alex@barton.de>
Sun, 10 Feb 2013 19:37:55 +0000 (20:37 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 10 Feb 2013 19:37:55 +0000 (20:37 +0100)
contrib/ngircd.socket

index 3838efcc1c278e315693d307013c4e8b2be41b09..1c0cc004b176cdd15063ed1493d9994c42bdd330 100644 (file)
@@ -2,8 +2,9 @@
 Description=Next Generation IRC Daemon (Socket)
 
 [Socket]
 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]
 IPTOS=low-delay
 
 [Install]