Appendix B: Example Startup PropertyList

by Chad Whitacre last modified Dec 30, 2008 03:04 PM
/Library/StartupItems/Zope/StartupParameters.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
     <key>Description</key>
     <string>Zope web application server</string>
     <key>OrderPreference</key>
     <string>None</string>
     <key>Provides</key>
     <array>
             <string>Zope Server</string>
     </array>
     <key>Requires</key>
     <array>
             <string>Web Server</string>
     </array>
</dict>
</plist>