diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-15 01:26:39 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-15 01:26:39 +0100 |
commit | 726b399e4747032a3d052339cd62c57ae5b6767c (patch) | |
tree | aac8350e83bb13e9628dd287ca3aae97ecafcb32 /examples/worker1/worker1.cfg | |
parent | ed637037b75cb5dfe1b49e776956fa6ab3632b68 (diff) |
pipeline from spool to worker is done -- added examples
Diffstat (limited to 'examples/worker1/worker1.cfg')
-rw-r--r-- | examples/worker1/worker1.cfg | 24 |
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 |