Just use constant KeepAlive instead of trying to depend on the basic mpd service, because launchd is really weird about it
This commit is contained in:
parent
6d4334d189
commit
0ca1886137
2 changed files with 2 additions and 24 deletions
|
@ -3,25 +3,9 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>KeepAlive</key>
|
||||
<dict>
|
||||
<key>OtherJobActive</key>
|
||||
<dict>
|
||||
<key>homebrew.mxcl.mpd</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>Label</key>
|
||||
<string>me.00dani.mpd-mediakeys</string>
|
||||
<key>MachServices</key>
|
||||
<dict>
|
||||
<key>com.apple.rcd.media.key.events</key>
|
||||
<dict>
|
||||
<key>HideUntilCheckIn</key>
|
||||
<false/>
|
||||
<key>ResetAtClose</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>zsh</string>
|
||||
|
|
|
@ -3,13 +3,7 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>KeepAlive</key>
|
||||
<dict>
|
||||
<key>OtherJobActive</key>
|
||||
<dict>
|
||||
<key>homebrew.mxcl.mpd</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>Label</key>
|
||||
<string>me.00dani.mpd-notify-bitbar</string>
|
||||
<key>ProgramArguments</key>
|
||||
|
|
Loading…
Reference in a new issue