Add stdout/stderr redirection option to supervised node config

This commit is contained in:
Jon Siwek 2020-01-10 19:48:31 -08:00
parent 263a5f404a
commit 5191e14eff
4 changed files with 73 additions and 14 deletions

View file

@ -23,6 +23,8 @@ export {
name: string;
interface: string &optional;
directory: string &optional;
stdout_file: string &optional;
stderr_file: string &optional;
scripts: vector of string &default = vector();
cpu_affinity: int &optional;
cluster: table[string] of ClusterEndpoint &default=table();