This is an old revision of the document!
vim /usr/local/opt/aria2/homebrew.mxcl.aria2.plist
<?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>homebrew.mxcl.aria2</string> <key>ProgramArguments</key> <array> <string>/usr/local/opt/aria2/bin/aria2c</string> <string>--conf-path</string> <string>/Users/dcai/aria2d.conf</string> </array> <key>RunAtLoad</key> <true/> <key>KeepAlive</key> <true/> </dict> </plist>