Add launchd for mpdpopm daemon
This commit is contained in:
parent
a30b6a8f64
commit
12fc157b2e
1 changed files with 17 additions and 0 deletions
17
Library/LaunchAgents/me.00dani.mpdpopm.plist
Normal file
17
Library/LaunchAgents/me.00dani.mpdpopm.plist
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?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.mpdpopm</string>
|
||||||
|
<key>ProgramArguments</key>
|
||||||
|
<array>
|
||||||
|
<string>/Users/dani/bin/mppopmd</string>
|
||||||
|
<string>-F</string>
|
||||||
|
</array>
|
||||||
|
<key>RunAtLoad</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Loading…
Reference in a new issue