-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew services cannot find plist file for installed packaged #615
Comments
Can you try to run Similarly, can I see the output of |
I'm also considering just uninstalling + reinstalling all of homebrew |
Strange thing happened - I tried running the formula after running brew update again, and it worked - but then after uninstalling and reinstalling the package, I get the same |
Ah - I think I've figured out the issue, mistake on my part. I was installing the formula with my local formula file ( |
I'm attempting to update a formula for package I provide, which has a launchd service. I'm attempting to use the service stanza, but it doesn't seem to find the service file:
Currently, both of these succeed in installing. The only difference is that the plist stanza has been replaced with the service stanza.
Old version - https://github.com/Who23/homebrew-formulae/blob/master/Formula/nchook.rb
New Version:
For the new version, Installation caveats seem to indicate brew services recognized the stanza:
Also for the new version, a plist file is created:
However, with new versions of homebrew, neither actually seem to work:
Any advice on how I could fix this?
Homebrew 4.2.6-60-g0864775
brew doctor
only reports some unbrewed files which I haven't cleaned up, but nothing to do with this package.The text was updated successfully, but these errors were encountered: