When I list the currently running services, I see a service I'd like to remove:
% launchctl list | grep -i spotify
- 13 com.spotify.webhelper
Launchctl allows me to stop it via launchctl stop com.spotify.webhelper but it does not allow me to completely remove it (uninstall it) unless I specify the .plist file.
How can I derive the plist based on the label?
