chilcote / outset

Automatically process packages, profiles, and scripts during boot, login, or on demand.
572 stars 58 forks source link

Feature request: Include/check for stdout in scenarios where a subprocess fails #76

Closed carlashley closed 2 years ago

carlashley commented 4 years ago

There are a number of macOS binaries that don't output error messages to stdout which results in any errors in processing scripts are not captured.

For example, the systemsetup command outputs errors to stdout.

chilcote commented 4 years ago

Can you try adding StandardOutPath and StandardErrorPath in the launchd(s) and see if those capture the output?