]> git.pld-linux.org Git - packages/conserver.git/commitdiff
changed default bind addr in conserver.service auto/th/conserver-8.1.18-1
authorJacek Konieczny <jajcus@jajcus.net>
Sun, 11 Nov 2012 12:24:42 +0000 (13:24 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sun, 11 Nov 2012 12:24:42 +0000 (13:24 +0100)
Bind to all IP interfaces if LISTEN_IPADDR is not specified
in /etc/sysconfig/conserver – to much the init script behaviour

conserver.service

index 2e2510afb0bddd6abae74e7deda4575e39098dfc..e2c8fff5fdb9d997f8a85712865256822b9f78c5 100644 (file)
@@ -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
This page took 0.088878 seconds and 4 git commands to generate.