launchd startup with xampp.plist

Irgendwelche Probleme mit XAMPP für Mac OS X? Dann ist hier genau der richtige Ort um nachzufragen.

launchd startup with xampp.plist

Postby aronson » 12. March 2006 16:25

Can someone tell me what might be preventing my install of XAMPP from starting automatically on boot? My system is running 10.4.x and the xampp.plist file is in /System/Library/LaunchDaemon/.

The text of the plist file is:

Code: Select all
<?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>xampp</string>
   <key>OnDemand</key>
   <false/>
   <key>Program</key>
   <string>/Applications/xampp/xamppfiles/mampp</string>
   <key>ProgramArguments</key>
   <array>
      <string>start</string>
   </array>
   <key>RunAtLoad</key>
   <true/>
</dict>
</plist>

Thanks,
Adam
aronson
 
Posts: 1
Joined: 12. March 2006 16:06

Return to XAMPP für macOS

Who is online

Users browsing this forum: No registered users and 46 guests