checkpoint - passing SURRO current state

This commit is contained in:
phanes
2023-03-04 23:05:46 -05:00
parent 4fbe0c8d81
commit b8bfec9722
16 changed files with 472 additions and 74 deletions

View File

@@ -0,0 +1,22 @@
{
"units": [
{
"name": "welcome master",
"target": "components/master/welcome.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "",
"active": true,
"required": true,
"set_user_context": true,
"user": "root",
"group": "root",
"supply_environment": true,
"environment": "environments/stage4.env.bash"
}
]
}