pyrois/rex.project/x86_64/units/master.units

23 lines
606 B
Plaintext

{
"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"
}
]
}