tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
rockbox-zig
2
fork
atom
A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita
audio
rust
zig
deno
mpris
rockbox
mpd
2
fork
atom
overview
issues
pulls
pipelines
Set ProcessType to Background for LaunchAgent
tsiry-sandratraina.com
2 months ago
5ee0c5e4
28c6d0f3
+4
2 changed files
expand all
collapse all
unified
split
cli
LaunchAgents
com.github.rockbox.plist
packaging
macos
postinstall
+3
cli/LaunchAgents/com.github.rockbox.plist
···
17
17
<key>KeepAlive</key>
18
18
<true />
19
19
20
20
+
<key>ProcessType</key>
21
21
+
<string>Background</string>
22
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
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>