Skip to content

Instantly share code, notes, and snippets.

@hewigovens
Created December 12, 2015 07:39
Show Gist options
  • Save hewigovens/e98260d1088c5a3f92db to your computer and use it in GitHub Desktop.
Save hewigovens/e98260d1088c5a3f92db 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>
@MeiJiaYun
Copy link

这个如何使用啊,小白,求大神指点

@byron-lin
Copy link

Aria2具体配置和使用参考:https://www.jianshu.com/p/e9885c658e2c

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