I think this app can support autostart on login. 👍
- I write this config file:
ITraffic.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>com.foamzou.ITraffic</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin</string>
</dict>
<key>ProgramArguments</key>
<array>
<string>/Applications/ITraffic.app/Contents/MacOS/ITraffic</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<false/>
<key>LaunchOnlyOnce</key>
<true/>
</dict>
</plist>
Usage:
copy this file to ~/Library/LaunchAgents
example
cp ITraffic.plist ~/Library/LaunchAgents
and reboot you system.you can see ITraffic is startup.