Skip to content

WIP: [recipe.wrapper] Add init(-command) and cpu-exclusive into buildout parameters.

Tomáš Peterka requested to merge feature/wrapper-update into master
  • intial command being run before actual command is specified by "init"
  • wrapper can demand exclusive CPU core by "reserve-cpu"
  • "command-line" has alias "command"
  • "wrapper-path" has alias "destination" to be consistent with other recipes

Merge request reports