TheAppgineer / roon-extension-manager

Roon Extension for managing Roon Extensions
https://github.com/TheAppgineer/roon-extension-manager/wiki#roon-extension-manager
Apache License 2.0
84 stars 10 forks source link

[macOS] Running Extension Manager in Background #2

Open Tekl opened 5 years ago

Tekl commented 5 years ago

To run the Extension Manager totally in background instead of the spinning wheel in the menu bar, replace the last line in the Automator applet with this line:

./roon-extension-manager.sh > /dev/null 2>&1 &

To stop the background process, you have to open the activity monitor and kill the two node processes.

JanKoudijs commented 5 years ago

Hi @Tekl, thanks for the suggestion.

One question. If you remove the while loop does a restart of the Extension Manager still work, i.e. can Automator take over the relaunch of the background process?