Skip to content

Instantly share code, notes, and snippets.

@sursir
Forked from hewigovens/in.fourplex.aria2.plist
Created August 24, 2020 07:49
Show Gist options
  • Save sursir/27892ea9bdfb8d62894f78edeaaefe19 to your computer and use it in GitHub Desktop.
Save sursir/27892ea9bdfb8d62894f78edeaaefe19 to your computer and use it in GitHub Desktop.
aria2 auto launch plist
<?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>in.fourplex.aria2</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/aria2c</string>
<string>-D</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
@sursir
Copy link
Author

sursir commented Aug 24, 2020

cd ~/Library/LaunchAgents
chmod 644

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