Add complete guide and all config variants
This commit is contained in:
28
hackintosh-guide/Utilities/LogoutHook/Launchd.command.plist
Executable file
28
hackintosh-guide/Utilities/LogoutHook/Launchd.command.plist
Executable file
@@ -0,0 +1,28 @@
|
||||
<?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>$LABEL</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>$LAUNCHFILE</string>
|
||||
<string>$HELPER</string>
|
||||
<string>$PARAM</string>
|
||||
</array>
|
||||
<key>StandardOutPath</key>
|
||||
<string>$LOGFILE</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>$LOGFILE</string>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>EnableGlobbing</key>
|
||||
<false/>
|
||||
<key>EnableTransactions</key>
|
||||
<false/>
|
||||
<key>LowPriorityIO</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user