<?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>
	<true/>
	<key>EnvironmentVariables</key>
	<dict>
		<key>__CFPREFERENCES_AVOID_DAEMON</key>
		<string>1</string>
		<key>__CF_USER_TEXT_ENCODING</key>
		<string>0x0:0:0</string>
	</dict>
	<key>Label</key>
	<string>com.apple.mobile.usermanagerd</string>
	<key>MachServices</key>
	<dict>
		<key>com.apple.mobile.usermanagerd.xpc</key>
		<true/>
		<key>com.apple.mobile.keybagd.UserManager.xpc</key>
		<true/>
		<key>com.apple.system.libinfo.muser</key>
		<true/>
	</dict>
	<key>RunAtLoad</key>
	<true/>
	<key>OnDemand</key>
	<true/>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/libexec/usermanagerd</string>
		<string>-t</string>
		<string>15</string>
	</array>
	<key>POSIXSpawnType</key>
	<string>Adaptive</string>
	<key>LimitLoadToSessionType</key>
	<string>System</string>
	<key>_PanicOnCrash</key>
	<dict>
		<key>InternalOnly</key>
		<true/>
		<key>PanicOnConsecutiveCrash</key>
		<true/>
		<key>PanicOnCrashDeadline</key>
		<integer>60</integer>
	</dict>
</dict>
</plist>
