Skip to content

Instantly share code, notes, and snippets.

@mstrzele
Created November 6, 2015 22:48
Show Gist options
  • Save mstrzele/a615f9c1431f2f05be23 to your computer and use it in GitHub Desktop.
Save mstrzele/a615f9c1431f2f05be23 to your computer and use it in GitHub Desktop.
napi launchd agent
<?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>napi</string>
<key>WorkingDirectory</key>
<string>/Users/mstrzele</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/local/sbin:/usr/local/opt/coreutils/libexec/gnubin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
<key>ThrottleInterval</key>
<integer>300</integer>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/napi.sh</string>
<string>/Users/mstrzele/Downloads</string>
</array>
<array>
<string>/Users/mstrzele/Downloads</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment