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
<key>KeepAlive</key>
18
<true />
19
0
0
0
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/>
0
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>