1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>Label</key>
6	<string>com.apple.checkLocalKDC</string>
7	<key>ProgramArguments</key>
8	<array>
9		<string>/usr/libexec/checkLocalKDC</string>
10		<string>--sleep</string>
11	</array>
12	<key>LaunchOnlyOnce</key>
13	<true/>
14	<key>KeepAlive</key>
15	<dict>
16		<key>PathState</key>
17		<dict>
18			<key>/var/db/.checkLocalKDC</key>
19			<false/>
20		</dict>
21	</dict>
22</dict>
23</plist>
24