When I said that 
~/.config/autostart was less drama I wasn't aware that to call an application required a 
.desktop file.  Such as
Code:
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=AIS_Dispather
Comment=Something notable about AIS Dispatcher
Exec= aisdispatcher -t -h data.aishub.net -p 1234 -H 127.0.0.1:5000,192.168.1.5:5001 -x10 -y60
Icon=preferences-desktop-theme.png
Terminal=false
Type=Application
Categories=Network;
If you 
Code:
medit~/.config.autostart/ais_dispatcher.desktop
 and paste in something like the text about the command after 
Exec= is executed.  In this case 
aisdispatcher -t -h data.aishub.net -p 1234 -H 127.0.0.1:5000,192.168.1.5:5001 -x10 -y60