zkokaja / Brewlet

The missing menulet for brew.sh: keeping your packages up-to-date, and your system secure.
BSD 2-Clause "Simplified" License
435 stars 13 forks source link

New Feature: Start or stop brew services #8

Closed marvelph closed 3 years ago

marvelph commented 4 years ago

I need to do a reboot after upgrading the daemon package, so it would be great if I could do it in Brewlet.

zkokaja commented 4 years ago

I think that's functionality worth including, thanks for the suggestion. Just to be sure on the use case, do you run brew services restart --all ? Maybe we can start with this basic functionality and then add the ability to specify specific services.

marvelph commented 4 years ago

Yes. I use it when I notice that more than one daemon has been updated at a time.

zkokaja commented 4 years ago

Functionality added in 006e52ebb29275a4661d7102461d76e9985073d1, and will be included in the next release.

zkokaja commented 3 years ago

v1.5 released now supports this functionality. Please open an issue if you run into problems with it since this is not a feature I use.