diff --git a/etc/distrendaemon.conf b/etc/distrendaemon.conf --- a/etc/distrendaemon.conf +++ b/etc/distrendaemon.conf @@ -3,23 +3,15 @@ */ daemon { - datadir = "/home/ohnobinki/var/distren" -// render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"} - -/* -listen { - type = "unix" - path = "/home/ohnobinki/var/run/distrend.sock" - port = "0770" + datadir = "/home/ethanzonca/var/distren" + render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"} } -*/ -listen { - type = "tcp" - path = "*" - port = 4554 -} -} /* daemon */ include("distrencommon.conf") +listen { + type = "unix" + path = "/home/ethanzonca/var/run/distrend.sock" + port = "0770" +}