Start tmux session with htop running and detach
tmux new -s mine -d htop
In crontab this would look like
# crontab -e @reboot tmux new -s mine -d htop