diff options
author | Matej Cepl <mcepl@redhat.com> | 2014-02-27 21:07:22 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2014-02-27 21:07:22 -0300 |
commit | b42269a3546bf1eb80c99952bee0cec7f344067b (patch) | |
tree | 1675d3e1e05985d6b35783d6587fd11a32d621d2 /init | |
parent | ba3506ed6a319779e3c1f10355fcafb34354c6a2 (diff) |
init/bitlbee.socket: Listen on ipv6 too (Ticket #1008)
Note that this applies to systemd socket activation only.
The original issue reported in ticket #1008 is not covered by this patch.
Diffstat (limited to 'init')
-rw-r--r-- | init/bitlbee.socket | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/bitlbee.socket b/init/bitlbee.socket index e5ceb475..51c59a2b 100644 --- a/init/bitlbee.socket +++ b/init/bitlbee.socket @@ -2,7 +2,8 @@ Conflicts=bitlbee.service [Socket] -ListenStream=127.0.0.1:6667 +ListenStream=6667 +BindToDevice=lo Accept=yes [Install] |