Skip to content

Instantly share code, notes, and snippets.

@rustymyers
Created June 8, 2015 14:52
Show Gist options
  • Save rustymyers/72863aa8537f5a660c22 to your computer and use it in GitHub Desktop.
Save rustymyers/72863aa8537f5a660c22 to your computer and use it in GitHub Desktop.
IdleLogout.app LaunchAgent
<?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>edu.psu.clc.idlelogout</string>
<key>ProgramArguments</key>
<array>
<string>open</string>
<string>/Library/CLMshared/Startup Items/Idle Logout.app</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment