Add launchd for listenbrainz-mpd
This commit is contained in:
parent
6809bcc5da
commit
a30b6a8f64
1 changed files with 14 additions and 0 deletions
14
Library/LaunchAgents/me.00dani.listenbrainz-mpd.plist
Normal file
14
Library/LaunchAgents/me.00dani.listenbrainz-mpd.plist
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>KeepAlive</key>
|
||||||
|
<true/>
|
||||||
|
<key>Label</key>
|
||||||
|
<string>me.00dani.listenbrainz-mpd</string>
|
||||||
|
<key>Program</key>
|
||||||
|
<string>/Users/dani/.local/share/cargo/bin/listenbrainz-mpd</string>
|
||||||
|
<key>RunAtLoad</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Loading…
Reference in a new issue