]> git.saurik.com Git - apple/system_cmds.git/blob - getty.tproj/com.apple.getty.internal.plist
system_cmds-880.40.5.tar.gz
[apple/system_cmds.git] / getty.tproj / com.apple.getty.internal.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://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>_LimitLoadFromVariant</key>
16 <string>IsBaseSystem</string>
17 <key>LimitLoadToHardware</key>
18 <dict>
19 <key>serialdebugmode</key>
20 <array>
21 <integer>1</integer>
22 </array>
23 </dict>
24 <key>ProgramArguments</key>
25 <array>
26 <string>/usr/libexec/getty</string>
27 <string>std.9600</string>
28 <string>console</string>
29 </array>
30 <key>SessionCreate</key>
31 <true/>
32 </dict>
33 </plist>