diff --git a/etc/distrendaemon.conf.in b/etc/distrendaemon.conf.in --- a/etc/distrendaemon.conf.in +++ b/etc/distrendaemon.conf.in @@ -11,10 +11,18 @@ daemon mysql_host = "localhost" mysql_database = "distren" +/* listen { type = "unix" path = "@RUNSTATEDIR@/@PACKAGE@d.sock" - port = "0770" + port = 0770 + } +*/ + + listen { + type = "tcp" + path = "0.0.0.0" + port = 4050 } } include("distrencommon.conf")