diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-07-11 23:18:30 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:06 +0000 |
commit | aa5e5990e17da617b0e95c962e86924bc9b99b50 (patch) | |
tree | 95410c0b8ebee371ceae2140846b5926ebc4665b /LaunchDaemons | |
parent | a30c20bd2fa64ce4459d95d39d64b729563ed289 (diff) |
Stash folders were supposed to be named, added support for Pwnage 2.0, bootup sysctl -w hack, just deleting the stupid package caches, and resurrected some of the Source editor.
Diffstat (limited to 'LaunchDaemons')
-rw-r--r-- | LaunchDaemons/com.saurik.Cydia.Startup | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/LaunchDaemons/com.saurik.Cydia.Startup b/LaunchDaemons/com.saurik.Cydia.Startup new file mode 100644 index 0000000..0a94d2e --- /dev/null +++ b/LaunchDaemons/com.saurik.Cydia.Startup @@ -0,0 +1,12 @@ +<?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>com.saurik.Cydia.Startup</string> + <key>Program</key> + <string>/usr/libexec/cydia/startup</string> + <key>RunAtLoad</key> + <true/> +</dict> +</plist> |