A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Set ProcessType to Background for LaunchAgent

+4
+3
cli/LaunchAgents/com.github.rockbox.plist
··· 17 17 <key>KeepAlive</key> 18 18 <true /> 19 19 20 + <key>ProcessType</key> 21 + <string>Background</string> 22 + 20 23 <key>StandardOutPath</key> 21 24 <string>/tmp/rockbox.log</string> 22 25
+1
packaging/macos/postinstall
··· 36 36 </array> 37 37 <key>RunAtLoad</key><true/> 38 38 <key>KeepAlive</key><true/> 39 + <key>ProcessType</key><string>Background</string> 39 40 <key>StandardOutPath</key><string>/tmp/rockbox.log</string> 40 41 <key>StandardErrorPath</key><string>/tmp/rockbox.err.log</string> 41 42 <key>EnvironmentVariables</key>