problem in launching the daemons
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1235999517; bh=blPWsj99gD+QxVzyboz2roEquynrngeJHV8IC2MGP88=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=RXWqMim0+/uwxSftIPA1W+V9WRq1qib+OjvdMu0zNjlx85KOD9TcvMO5kiwgIU46FNGDw9sMEX9iwLSnHys2qRKrxCxoVJ3UPjvItO3yW0XWSvlLW9fwaQBiZc/Cv3yAA1OfJIPZ5LAG5yRRCIrNKL8sy/jgGAn04QylRlS/4S8= Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=dhsRuXNQ5H5j4/eFSkHreUiT/lSWLkQHJhTR140Nfga1nG9uq1MPrt/Tc96Q4eV2H+NxFDSWS0oX5Y0O6Cks2ZUXQl8bxAhxmLsphu9vHrdWTeMoXRGwIURMe63I7CqnDtszjK52dL0x97ZrHYO9yGrXCS+AbpcfmvFMhk4Ud2U=; Hi all, I am working on launching the daemons,which will run on background continously. I have created a plist and put it into the /Library/ LaunchedDaemons. I have set the owner- root and group- wheel to the plist.The plist will run application which is located on the following locaton - "/library/Applications". But I am not able to run the daemons.Here is my plist file - <?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>CXComServiceApp</string> <key>OnDemand</key> <true/> <key>RunAtLoad</key> <true/> <key>ProgramArguments</key> <array> <string>/Applications/Cxtra/CXComServiceApp.app/Contents/MacOS/CXComServiceApp</string> </array> </dict> </plist> Here CXComServiceApp is the application which i want to run as a daemons. What i am doing wrong? Could you tell me how can i run the daemons in details. What are the terms and conditions which i am not follwings. Thanks -sandeep Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
sandeep chaudhary