mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-04 14:52:24 -05:00
Doc: OSX LaunchDaemon
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2158 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
e869610e10
commit
65bb60e427
@ -183,6 +183,25 @@ davmail.enableKerberos=false]]>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section name="OSX LaunchDaemon">
|
||||
<p>To launch DavMail on OSX with LaunchDaemon, you may try the following user provided script:</p>
|
||||
<source><![CDATA[[<?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>Label</key>
|
||||
<string>davmail</string>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/libexec/davmail/davmail.sh</string>
|
||||
<string>/usr/libexec/davmail/davmail.properties</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>]]></source>
|
||||
</section>
|
||||
|
||||
<section name="DavMail Setup as a JEE Web Application">
|
||||
<p>Prerequisites : Sun JRE 5, 6 or 7 or OpenJDK 6 or 7 and any JEE compliant web container
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user