Remove Supervisor::NodeConfig (6.1 deprecation)

This commit is contained in:
Tim Wojtulewicz 2023-06-02 11:43:37 +02:00 committed by Tim Wojtulewicz
parent 531276cfe0
commit 0d25583049
5 changed files with 1 additions and 61 deletions

View file

@ -56,9 +56,6 @@ export {
## Additional script filenames/paths that the node should load
## after any user-specified scripts.
addl_user_scripts: vector of string &default = vector();
## The former name of addl_user_scripts.
scripts: vector of string &default = vector()
&deprecated="Remove in 6.1. Use the addl_user_scripts field instead.";
## Environment variables to define in the supervised node.
env: table[string] of string &default=table();
## A cpu/core number to which the node will try to pin itself.