Closed carlashley closed 2 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.
stdout
For example, the systemsetup command outputs errors to stdout.
systemsetup
Can you try adding StandardOutPath and StandardErrorPath in the launchd(s) and see if those capture the output?
StandardOutPath
StandardErrorPath
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 tostdout
.