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 <key>KeepAlive</key> 18 <true /> 19 20 <key>StandardOutPath</key> 21 <string>/tmp/rockbox.log</string> 22
··· 17 <key>KeepAlive</key> 18 <true /> 19 20 + <key>ProcessType</key> 21 + <string>Background</string> 22 + 23 <key>StandardOutPath</key> 24 <string>/tmp/rockbox.log</string> 25
+1
packaging/macos/postinstall
··· 36 </array> 37 <key>RunAtLoad</key><true/> 38 <key>KeepAlive</key><true/> 39 <key>StandardOutPath</key><string>/tmp/rockbox.log</string> 40 <key>StandardErrorPath</key><string>/tmp/rockbox.err.log</string> 41 <key>EnvironmentVariables</key>
··· 36 </array> 37 <key>RunAtLoad</key><true/> 38 <key>KeepAlive</key><true/> 39 + <key>ProcessType</key><string>Background</string> 40 <key>StandardOutPath</key><string>/tmp/rockbox.log</string> 41 <key>StandardErrorPath</key><string>/tmp/rockbox.err.log</string> 42 <key>EnvironmentVariables</key>