jailbreakd.plist 961 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Label</key>
  6. <string>jailbreakd</string>
  7. <key>Program</key>
  8. <string>/meridian/jailbreakd/jailbreakd</string>
  9. <key>EnvironmentVariables</key>
  10. <dict>
  11. <key>ZoneMapOffset</key>
  12. <string>0x0000000000000000</string>
  13. <key>KernProcAddr</key>
  14. <string>0x0000000000000000</string>
  15. <key>KernelBase</key>
  16. <string>0x0000000000000000</string>
  17. </dict>
  18. <key>UserName</key>
  19. <string>root</string>
  20. <key>MachServices</key>
  21. <dict>
  22. <key>zone.sparkes.jailbreakd</key>
  23. <dict>
  24. <key>HostSpecialPort</key>
  25. <integer>15</integer>
  26. </dict>
  27. </dict>
  28. <key>RunAtLoad</key>
  29. <true/>
  30. <key>KeepAlive</key>
  31. <true/>
  32. <key>StandardErrorPath</key>
  33. <string>/var/log/jailbreakd-stderr.log</string>
  34. <key>StandardOutPath</key>
  35. <string>/var/log/jailbreakd-stdout.log</string>
  36. </dict>
  37. </plist>