diff options
Diffstat (limited to 'system_cmds/dynamic_pager.tproj/com.apple.dynamic_pager.plist')
| -rw-r--r-- | system_cmds/dynamic_pager.tproj/com.apple.dynamic_pager.plist | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/system_cmds/dynamic_pager.tproj/com.apple.dynamic_pager.plist b/system_cmds/dynamic_pager.tproj/com.apple.dynamic_pager.plist new file mode 100644 index 0000000..4214037 --- /dev/null +++ b/system_cmds/dynamic_pager.tproj/com.apple.dynamic_pager.plist @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <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> |
