<?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">
<!--
   com.apple.powerd.plist
   PowerManagement

   Created by Archana Venkatesh on 5/13/24.
   Copyright (c) 2024 Apple Inc. All rights reserved.
-->
<plist version="1.0">
<dict>
	<key>DEFAULT-OPTIONS</key>
	<dict>
		<key>TTL</key>
		<dict>
			<key>Default</key>
			<integer>8</integer>
		</dict>
		<key>Level</key>
		<dict>
			<key>Persist</key>
			<string>Info</string>
			<key>Enable</key>
			<string>Info</string>
		</dict>
	</dict>
</dict>
</plist>
