Does anybody know how to run SAv5 after reboot in screen? OS: Ubuntu 16.04.
I've tried to put in
rc.local smtng like this:
screen -S miner -d -m /home/user/silentarmy/silentarmy --use 0,1,2,3,4 -c stratum+tcp://equihash.eu.nicehash.com:3357#xnsub -u MY_WALLET.Rig1 -p x
but it works only if I run
rc.local from command line but not after reboot.

UPD: its need to add path to screen, but now it starts from root. How to run it from specified user?
UPD2: SOLVED! Final string:
sudo -iu username /usr/bin/screen -S miner -d -m /home/user/silentarmy/silentarmy --use 0,1,2,3,4 -c stratum+tcp://equihash.eu.nicehash.com:3357#xnsub -u MY_WALLET.Rig1 -p x
Also I use amdgpu-pro-fans.sh script to set fan speed after boot.
Anybody use overclocking in Linux?