summaryrefslogtreecommitdiffstats
path: root/system_cmds/getty.tproj/com.apple.getty.plist
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/getty.tproj/com.apple.getty.plist')
-rw-r--r--system_cmds/getty.tproj/com.apple.getty.plist24
1 files changed, 24 insertions, 0 deletions
diff --git a/system_cmds/getty.tproj/com.apple.getty.plist b/system_cmds/getty.tproj/com.apple.getty.plist
new file mode 100644
index 0000000..45b748f
--- /dev/null
+++ b/system_cmds/getty.tproj/com.apple.getty.plist
@@ -0,0 +1,24 @@
+<?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>EnablePressuredExit</key>
+ <false/>
+ <key>EnableTransactions</key>
+ <false/>
+ <key>KeepAlive</key>
+ <true/>
+ <key>Label</key>
+ <string>com.apple.getty</string>
+ <key>POSIXSpawnType</key>
+ <string>Interactive</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/usr/libexec/getty</string>
+ <string>std.9600</string>
+ <string>console</string>
+ </array>
+ <key>SessionCreate</key>
+ <true/>
+</dict>
+</plist>