diff --git a/src/adj2nest/adj2nest.conf b/src/adj2nest/adj2nest.conf index 5446d5c1..907ac279 100644 --- a/src/adj2nest/adj2nest.conf +++ b/src/adj2nest/adj2nest.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name=adj2nest ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command=adj2nest ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max=-1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[]= NOKILL diff --git a/src/buckets/buckets.conf b/src/buckets/buckets.conf index 2c66b250..b8623c32 100644 --- a/src/buckets/buckets.conf +++ b/src/buckets/buckets.conf @@ -1,16 +1,21 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command=buckets ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max=-1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[]= diff --git a/src/copyright/copyright.conf b/src/copyright/copyright.conf index de1efad2..f2042844 100644 --- a/src/copyright/copyright.conf +++ b/src/copyright/copyright.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = copyright ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = copyright ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/copyright/ecc.conf b/src/copyright/ecc.conf index f183e4c8..07e632bb 100644 --- a/src/copyright/ecc.conf +++ b/src/copyright/ecc.conf @@ -1,16 +1,21 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = ecc ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/decider/decider.conf b/src/decider/decider.conf index 443af154..5859de3b 100644 --- a/src/decider/decider.conf +++ b/src/decider/decider.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = decider ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = decider ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/deciderjob/deciderjob.conf b/src/deciderjob/deciderjob.conf index 665877bc..4d873d74 100644 --- a/src/deciderjob/deciderjob.conf +++ b/src/deciderjob/deciderjob.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = deciderjob ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = deciderjob ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/delagent/delagent.conf b/src/delagent/delagent.conf index 9a88b32b..dbfa2e84 100644 --- a/src/delagent/delagent.conf +++ b/src/delagent/delagent.conf @@ -1,20 +1,25 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = delagent ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = delagent -s ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = EXCLUSIVE special[] = NOKILL diff --git a/src/demomod/demomod.conf b/src/demomod/demomod.conf index 04acfc80..f1a0c440 100644 --- a/src/demomod/demomod.conf +++ b/src/demomod/demomod.conf @@ -1,22 +1,27 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = demomod ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command=demomod ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max=-1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. ; NOKILL: the agent won't be killed by the scheduler if the heartbeat times out ;special[]=EXCLUSIVE ;special[]=NOKILL special[]= diff --git a/src/example_wc_agent/example_wc_agent.conf b/src/example_wc_agent/example_wc_agent.conf index a5d2e27b..3c9f3bc0 100644 --- a/src/example_wc_agent/example_wc_agent.conf +++ b/src/example_wc_agent/example_wc_agent.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = example_wc_agent ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = wc_agent ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/maintagent/maintagent.conf b/src/maintagent/maintagent.conf index 0623c60f..025ec618 100644 --- a/src/maintagent/maintagent.conf +++ b/src/maintagent/maintagent.conf @@ -1,17 +1,22 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command=maintagent ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max=1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[]=EXCLUSIVE special[]=NOKILL diff --git a/src/mimetype/mimetype.conf b/src/mimetype/mimetype.conf index 5c553c0e..4c8ae3e1 100644 --- a/src/mimetype/mimetype.conf +++ b/src/mimetype/mimetype.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = mimetype ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = mimetype ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/monk/monk.conf b/src/monk/monk.conf index 337629a7..b71cc972 100644 --- a/src/monk/monk.conf +++ b/src/monk/monk.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = monk ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = monk ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/monk/monkbulk.conf b/src/monk/monkbulk.conf index 14c0f671..99ae98e0 100644 --- a/src/monk/monkbulk.conf +++ b/src/monk/monkbulk.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = monkbulk ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = monkbulk ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/ninka/ninka.conf b/src/ninka/ninka.conf index 280aaee6..fa54d4c8 100644 --- a/src/ninka/ninka.conf +++ b/src/ninka/ninka.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = ninka ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = ninka ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/nomos/nomos.conf b/src/nomos/nomos.conf index bf4628b4..55f2bb28 100644 --- a/src/nomos/nomos.conf +++ b/src/nomos/nomos.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = nomos ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = nomos ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/pkgagent/pkgagent.conf b/src/pkgagent/pkgagent.conf index 8fbf3077..accad699 100644 --- a/src/pkgagent/pkgagent.conf +++ b/src/pkgagent/pkgagent.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = pkgagent ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = pkgagent ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/readmeoss/readmeoss.conf b/src/readmeoss/readmeoss.conf index a96671b2..6556749d 100644 --- a/src/readmeoss/readmeoss.conf +++ b/src/readmeoss/readmeoss.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = readmeoss ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = readmeoss ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/regexscan/regexscan.conf b/src/regexscan/regexscan.conf index 5c376c8d..ddb6eb3d 100644 --- a/src/regexscan/regexscan.conf +++ b/src/regexscan/regexscan.conf @@ -1,20 +1,25 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = regexscan ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = regexscan -s ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = EXCLUSIVE special[] = NOKILL diff --git a/src/reuser/reuser.conf b/src/reuser/reuser.conf index a66aa28c..0a7dea5e 100644 --- a/src/reuser/reuser.conf +++ b/src/reuser/reuser.conf @@ -1,19 +1,24 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = reuser ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = reuser ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = diff --git a/src/ununpack/ununpack.conf b/src/ununpack/ununpack.conf index 1ecd9bad..d16d9af6 100644 --- a/src/ununpack/ununpack.conf +++ b/src/ununpack/ununpack.conf @@ -1,16 +1,21 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = ununpack -d %R/%H/ununpack/%U -qRCQx ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; EXCLUSIVE: the agent cannot run concurrently with any other agent. special[] = NOKILL diff --git a/src/wget_agent/wget_agent.conf b/src/wget_agent/wget_agent.conf index f8396491..04bdc84f 100644 --- a/src/wget_agent/wget_agent.conf +++ b/src/wget_agent/wget_agent.conf @@ -1,21 +1,26 @@ +; Copying and distribution of this file, with or without modification, +; are permitted in any medium without royalty provided the copyright +; notice and this notice are preserved. This file is offered as-is, +; without any warranty. + ; scheduler configure file for this agent [default] ; name: The name of the agent from the agent table name = wget_agent ; command: The command that the scheduler will use when creating an instance of this agent. ; This will be parsed like a normal Unix command line. command = wget_agent -d %R/%H/wget ; max: The maximum number of this agent that is allowed to exist at any one time. ; This is set to -1 if there is no limit on the number of instances of the agent. max = -1 ; special: Scheduler directive for special agent attributes. ; A comma separated list of values. ; Directives: ; NOKILL: do not kill the agent if it isn't sending status updates ; LOCAL: only run the agent on the same computer as the scheduler special[] = NOKILL special[] =