Skip to content

Instantly share code, notes, and snippets.

@ashfinal
Created June 4, 2017 23:28
Show Gist options
  • Save ashfinal/be5ac74620cfd52d9429041fa4e91e21 to your computer and use it in GitHub Desktop.
Save ashfinal/be5ac74620cfd52d9429041fa4e91e21 to your computer and use it in GitHub Desktop.
aria2 launchagent for macOS
<?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>com.github.aria2</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/usr/local/opt/aria2/bin/aria2c</string>
</array>
<key>ServiceDescription</key>
<string>The ultra fast download utility</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment