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.security.DiskUnmountWatcher</string>
7	<key>ProgramArguments</key>
8	<array>
9		<string>/System/Library/PrivateFrameworks/KerberosHelper/Helpers/DiskUnmountWatcher</string>
10	</array>
11	<key>LaunchEvents</key>
12	<dict>
13		<key>com.apple.diskarbitration</key>
14		<dict>
15			<key>DiskDisappeared event</key>
16			<dict>
17				<key>DiskDisappeared</key>
18				<true/>
19			</dict>
20		</dict>
21	</dict>
22	<key>POSIXSpawnType</key>
23	<string>Background</string>
24	<key>LimitLoadToSessionType</key>
25	<string>Aqua</string>
26	<key>EnableTransactions</key>
27	<true/>
28</dict>
29</plist>
30