I am using Hellanzb on my core. I want it to start at boot. I found a way to do this in linux. Will this work on LinuxMCE aswell or is there are better way of doing this on LMCE ?
Just add this line inside /etc/rc.local and change $HELLAUSER to whatever your username is.
su -c '/usr/bin/screen -S hellanzb -d -m /usr/bin/python /usr/bin/hellanzb.py > /dev/null 2> /dev/null' $HELLAUSER
Can i use user linuxmce here or do they want another user ?