site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Dec 29, 2007, at 1:16 AM, Dave Zarzycki wrote: On Dec 28, 2007, at 6:31 PM, Perry Smith wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Another related question: I saw one example launchd.plist file that had two stanzas in it. Would that work? Two stanzas? Can you given an example? Non-working example of what I'm talking about. Two <dict> entries in the same file -- just to keep them together since they logically belong together. <?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>Label</key> <string>org.postgresql.postgres</string> <key>ProgramArguments</key> <array> <string>/usr/local/pgsql/bin/postgres</string> <string>-D</string> <string>/usr/local/pgsql/data</string> </array> <key>UserName</key> <string>postgres</string> <key>GroupName</key> <string>postgres</string> <key>StandardErrorPath</key> <string>/path/to/fifo</string> <key>OnDemand</key> <false/> </dict> <dict> <key>Label</key> <string>org.postgresql.rotatelogs</string> <key>ProgramArguments</key> <array> <string>/path/to/rotatelogs/script</string> </array> <key>UserName</key> <string>postgres</string> <key>GroupName</key> <string>postgres</string> <key>OnDemand</key> <false/> </dict> </plist> This email sent to site_archiver@lists.apple.com
participants (1)
-
Perry Smith