On Jun 2, 2009, at 12:53 AM, James Brown wrote: > <?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>ASSP</string> > <key>ProgramArguments</key> > <array> > <string>/usr/bin/perl</string> > <string>/Applications/assp/assp.pl</string> > <string>/Applications/assp</string> > </array> > <key>RunAtLoad</key> > <true/> > </dict> > </plist> > > Running ASSP 2.0.1 (RC 0.1.15)
Things I would change: 1) add a user to your plist, the one assp will run under 2) run launchd from a non user area, ie: /Library/LaunchDaemons 3) set the working directory so you are not using the above paths 4) Set your log keys in the plist as well to a separate log for debugging this way anything assp echo's out will get logged -- Scott * If you contact me off list replace talklists@ with scott@ * ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
