summaryrefslogtreecommitdiffstats
path: root/system_cmds/getty.tproj/com.apple.getty.internal.plist
blob: bbd83452ddbc17295ca80617521e5c69d66df55b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://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>_LimitLoadFromVariant</key>
	<string>IsBaseSystem</string>
	<key>LimitLoadToHardware</key>
	<dict>
		<key>serialdebugmode</key>
		<array>
			<integer>1</integer>
		</array>
	</dict>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/libexec/getty</string>
		<string>std.9600</string>
		<string>console</string>
	</array>
	<key>SessionCreate</key>
	<true/>
</dict>
</plist>