summaryrefslogtreecommitdiff
path: root/examples/worker1/worker1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/worker1/worker1.cfg')
-rw-r--r--examples/worker1/worker1.cfg24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/worker1/worker1.cfg b/examples/worker1/worker1.cfg
new file mode 100644
index 0000000..233afdd
--- /dev/null
+++ b/examples/worker1/worker1.cfg
@@ -0,0 +1,24 @@
+#
+# This is the typical worker configuration file. The file should be
+# called "worker_config.cfg", and will be placed inside the worker
+# directory. It defines the tags understood by the worker, with the
+# corresponding list of commands
+#
+#
+
+
+---
+w_tags:
+ [
+ {
+ t_name: "LOG",
+ t_keyrings: ["allowed_users.asc"],
+ t_commands: [
+ {
+ c_url: "file:///home/katolaz/bin/scorsh_script.sh"
+## c_hash: "12da324fb76s924acbce"
+ }
+ ]
+ }
+ ]
+... \ No newline at end of file