My Script
#!/bin/bash
export DISPLAY=:0
my-application start &
chvt 7
- I've tried sticking it in my
/etc/init.ddirectory. (without success) - Also tried to put it in my
rc.localfile. (that also didnt work) - The script itself does run if I run it myself after startup.
- Im also open to figuring out a new way to run my application at startup