Add option to change supervised node's working directory

This commit is contained in:
Jon Siwek 2020-01-06 18:39:14 -08:00
parent 8aa77436f9
commit aaa702fb4d
4 changed files with 36 additions and 4 deletions

View file

@ -22,6 +22,7 @@ export {
type Node: record {
name: string;
interface: string &optional;
directory: string &optional;
cluster: table[string] of ClusterEndpoint &default=table();
# TODO: separate node config fields from status fields ?