added shell attribute to unit object definition to allow more flexibility; defaults to sh

This commit is contained in:
Master
2020-07-01 22:30:51 -04:00
parent c9567f20e4
commit c4828d506b
8 changed files with 62 additions and 18 deletions

View File

@@ -4,5 +4,6 @@
"units_path": "units/",
"plan_path": "plans/atomic.plan",
"config_version": "3",
"env_vars_file": "examplar.variables"
"env_vars_file": "examplar.variables",
"shell": "/bin/bash"
}