Last active
February 22, 2023 11:07
-
-
Save deviationist/3eb857efefee6b16b3bf99deaec490e5 to your computer and use it in GitHub Desktop.
Prevent Rekordbox (v6.6.8) from starting on boot (for macOS)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To prevent Rekordbox from starting during boot | |
: > ~/Library/LaunchAgents/com.pioneerdj.rekordboxdj.agent.plist && chflags uchg ~/Library/LaunchAgents/com.pioneerdj.rekordboxdj.agent.plist | |
# To undo the change | |
chflags nouchg ~/Library/LaunchAgents/com.pioneerdj.rekordboxdj.agent.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment