Azure/azure-relay-bridge

Cannot run as LaunchDaemon when specifying parameters on the command line

Opened this issue · 0 comments

When running azbridge as Launch Daemon in MacOS it fails with Value cannot be null. (Parameter 'path1')" upon startup.

Exception comes from this line that assumes HOME environment variable to be defined (which is not).

The workaround is to provide a config file which lets azbridge take a different code path and bypass this line.