Files @ 00f305617cde
Branch filter:

Location: DistRen/etc/distrenserver.conf - annotation

LordOfWar
in frame_watchdog() I added a test to see if the job has been started or not, if it has been started then it will scan it, if not it skips it.
/*
 configuration for _this_ server
*/
me
{
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")

datadir = "/var/lib/distren"

listen {
       type = "unix"
       path = "/var/run/distrend.sock"
       port = "0770"
}