[packages/conserver] changed default bind addr in conserver.service

jajcus jajcus at pld-linux.org
Sun Nov 11 13:25:58 CET 2012


commit acf872be9f1e430fdffd15b075e586d3ad7f25dd
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sun Nov 11 13:24:42 2012 +0100

    changed default bind addr in conserver.service
    
    Bind to all IP interfaces if LISTEN_IPADDR is not specified
    in /etc/sysconfig/conserver – to much the init script behaviour

 conserver.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/conserver.service b/conserver.service
index 2e2510a..e2c8fff 100644
--- a/conserver.service
+++ b/conserver.service
@@ -3,7 +3,7 @@ Description=Console Server
 After=network.target
 
 [Service]
-Environment=LISTEN_IPADDR=127.0.0.1 LISTEN_PORT=782
+Environment=LISTEN_IPADDR=0.0.0.0 LISTEN_PORT=782
 EnvironmentFile=-/etc/sysconfig/conserver
 ExecStart=/usr/sbin/conserver -M${LISTEN_IPADDR} -p${LISTEN_PORT} $CMDLINE_OPTIONS
 ExecReload=/bin/kill -HUP $MAINPID
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/conserver.git/commitdiff/acf872be9f1e430fdffd15b075e586d3ad7f25dd



More information about the pld-cvs-commit mailing list