Files @ c4234d261cdb
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in

LordOfWar
fixed change_job_priority query, added retrieving data from result set to find_jobframe, fixed change_job_priority, fixed finish_frame, added start_frame.
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "@LOCALSTATEDIR@/@PACKAGE@"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}

  listen {
         type = "unix"
         path = "@RUNSTATEDIR@/@PACKAGE@d.sock"
         port = "0770"
  }
}
include("distrencommon.conf")