stunnel on mac

<?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>org.stunnel.startup</string>

        <key>ProgramArguments</key>

        <array>

                <string>/opt/local/bin/stunnel</string>

        </array>

        <key>RunAtLoad</key>

        <true/>

</dict>

</plist>

I needed to have the macports version of stunnel run on startup.

Here is my config that i put into /Library/LaunchDaemons and named it org.stunnel.startup.plist