# HG changeset patch # User Binki # Date 2009-12-01 00:23:05 # Node ID 4ad1dc841ee19e5d76fa5fb0cddc304c7b6219eb # Parent 038a38cef284590e835234c530451e1cecec3285 sample config for slave and daemon diff --git a/etc/distrendaemon.conf b/etc/distrendaemon.conf new file mode 100644 --- /dev/null +++ b/etc/distrendaemon.conf @@ -0,0 +1,25 @@ +/* + configuration for _this_ server +*/ +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" +} +*/ + +listen { + type = "tcp" + path = "*" + port = 4554 +} +} /* daemon */ +include("distrencommon.conf") + + diff --git a/etc/distrenslave.conf b/etc/distrenslave.conf new file mode 100644 --- /dev/null +++ b/etc/distrenslave.conf @@ -0,0 +1,8 @@ +slave +{ + username = "!username" +} + +include("distrencommon.conf") + +datadir = "/home/ohnobinki/var/distren"