]> git.cameronkatri.com Git - apple_cmds.git/blob - system_cmds/getty.tproj/com.apple.getty.plist
Merge branch 'apple'
[apple_cmds.git] / system_cmds / getty.tproj / com.apple.getty.plist
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>EnablePressuredExit</key>
6 <false/>
7 <key>EnableTransactions</key>
8 <false/>
9 <key>KeepAlive</key>
10 <true/>
11 <key>Label</key>
12 <string>com.apple.getty</string>
13 <key>POSIXSpawnType</key>
14 <string>Interactive</string>
15 <key>ProgramArguments</key>
16 <array>
17 <string>/usr/libexec/getty</string>
18 <string>std.9600</string>
19 <string>console</string>
20 </array>
21 <key>SessionCreate</key>
22 <true/>
23 </dict>
24 </plist>