<?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>Label</key>
	<string>com.apple.softwareupdated</string>
	<key>ProgramArguments</key>
	<array>
		<string>/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated</string>
	</array>
	<key>UserName</key>
	<string>_softwareupdate</string>
	<key>EnablePressuredExit</key>
	<true/>
	<key>POSIXSpawnType</key>
	<string>Adaptive</string>
	<key>MachServices</key>
	<dict>
		<key>com.apple.softwareupdated</key>
		<true/>
		<key>com.apple.softwareupdated.OSUpdate</key>
		<true/>
		<key>com.apple.sumaccontroller</key>
		<true/>
	</dict>
	<key>LaunchEvents</key>
	<dict>
		<key>com.apple.notifyd.matching</key>
		<dict>
			<key>ManualBackgroundTrigger</key>
			<dict>
				<key>Notification</key>
				<string>com.apple.SoftwareUpdate.TriggerBackgroundCheck</string>
			</dict>
			<key>CheckForCatalogChange</key>
			<dict>
				<key>Notification</key>
				<string>com.apple.SoftwareUpdate.CheckForCatalogChange</string>
			</dict>
		</dict>
		<key>com.apple.xpc.activity</key>
		<dict>
			<key>com.apple.SoftwareUpdate.Activity</key>
			<dict>
				<key>Repeating</key>
				<true/>
				<key>Interval</key>
				<real>21600</real>
				<key>Priority</key>
				<string>Maintenance</string>
				<key>PowerNap</key>
				<true/>
				<key>RequireNetworkConnectivity</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>EnvironmentVariables</key>
	<dict/>
</dict>
</plist>
