Skip to content

Instantly share code, notes, and snippets.

@philopon
Last active April 17, 2018 15:38
Show Gist options
  • Select an option

  • Save philopon/842467469ea8571e0459d408f6472bc6 to your computer and use it in GitHub Desktop.

Select an option

Save philopon/842467469ea8571e0459d408f6472bc6 to your computer and use it in GitHub Desktop.
<?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>debounce-mac</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/debounce</string>
</array>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>root</string>
<key>StandardErrorPath</key>
<string>/var/log/debounce-stderr.log</string>
<key>StandardOutPath</key>
<string>/var/log/debounce-stdout.log</string>
</dict>
</plist>
@philopon
Copy link
Author

philopon commented Apr 17, 2018

https://github.com/toothbrush/debounce-macmake してバイナリを/usr/local/bin/にコピーして、上のdebounce.plist/Library/LaunchDaemons/ に置いて、sudo launchctl load /Library/LaunchDaemons/debounce.plist じゃ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment