Restart PMS upon crash
I've recently moved across to Plex after using Boxee for a couple of years now and am extremely impressed, my Boxee setup was very wife friendly so I am currently configuring Plex to be as friendly if not more however I have hit an issue and cant seem to find a resolution.I use Lingon to keep the Plex.app running all of the time, upon crashing it will automatically restart however when applying the same settings to PMS I cannot get it to work? I've tried various different settings but it won't re-load upon quitting the app. Below is the plist. Has anyone else got it to work or can offer any guidance?
<plist version="1.0">
<dict>
<key>Enabled</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>com.pms.alive</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/PMS.app/Contents/MacOS/Plex Media Server</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Thanks