]> git.saurik.com Git - apple/system_cmds.git/blobdiff - dynamic_pager.tproj/com.apple.dynamic_pager.plist
system_cmds-880.100.5.tar.gz
[apple/system_cmds.git] / dynamic_pager.tproj / com.apple.dynamic_pager.plist
index 5b2c7b8ac8226b61ef4f5b3d6063c6d9e2f748c5..4214037dbefad2e68d393e1b5812fac2c32862e6 100644 (file)
@@ -1,16 +1,21 @@
 <?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">
+<!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>com.apple.dynamic_pager</string>
-                <key>ProgramArguments</key>
-                <array>
-                     <string>/sbin/dynamic_pager</string>
-                     <string>-F</string>
-                     <string>/private/var/vm/swapfile</string>
-                </array>
-                <key>OnDemand</key>
-                <false/>
+       <key>EnableTransactions</key>
+       <true/>
+       <key>Label</key>
+       <string>com.apple.dynamic_pager</string>
+       <key>KeepAlive</key>
+       <dict>
+               <key>SuccessfulExit</key>
+               <false/>
+       </dict>
+       <key>POSIXSpawnType</key>
+       <string>Interactive</string>
+       <key>ProgramArguments</key>
+       <array>
+               <string>/sbin/dynamic_pager</string>
+       </array>
 </dict>
 </plist>