com.apple.kextd.plist   [plain text]


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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.kextd</string>
        <key>ProgramArguments</key>
        <array>
                <string>/usr/libexec/kextd</string>
        </array>
        <key>KeepAlive</key>
        <true/>
        <key>MachServices</key>
	<dict>
        	<key>com.apple.KernelExtensionServer</key>
		<true/>
	</dict>
</dict>
</plist>