plist service won't start: bootstrap failed #3691
-
Today I wrote my first Homebrew tap, but I'm struggling with the associated Code: https://github.com/mietzen/toggle-wifi The Python code and the formula are working as expected, but the service fails to bootstrap:
I also tried enabling and loading it, but ist also does just nothing, the service just won't do anything. I'm somewhat confused since I basically copied the
I'm thankful for every hint! Install log (Debug Verbose)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Found the error. The |
Beta Was this translation helpful? Give feedback.
Found the error. The
HOMEBREW_PREFIX
isn't set when launching via launchd.sudo launchctl debug gui/501/homebrew.mxcl.toggle-wifi --stdout --stderr
was really helpfull figuring this out!