Files @ 4f06b2901885
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in

LordOfWar
finished up XMLness of usr_mgr, as far as I can tell its finished and some code needs to be added to main() to test it.
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "@LOCALSTATEDIR@/@PACKAGE@"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")


listen {
       type = "unix"
       path = "@RUNSTATEDIR@/@PACKAGE@d.sock"
       port = "0770"
}