This command worked for me to minutely check if process is running and run it if not:
echo -e "$(crontab -l 2>/dev/null)\n* * * * * ps aux|grep qbittorrent-nox|grep -v grep || qbittorrent-nox &" | crontab -
To undo that, run "crontab -e" and remove the appropriate cronjob.