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

@@ -6,9 +6,10 @@
"rectifier": "",
"active": true,
"required": true,
"user": "root",
"group": "root",
"rectify": false
"user": "bagira",
"group": "bagira",
"rectify": false,
"shell": "/usr/bin/env bash"
},
{
"name": "independent test 2",
@@ -18,7 +19,8 @@
"required": false,
"user": "bagira",
"group": "bagira",
"rectify": false
"rectify": false,
"shell": "/usr/bin/env bash"
}
]
}