Detached named session with log screen
Launch detached, named, logging session; reattach later with screen -r deploy
screen -L -Logfile /tmp/job.log -dmS deploy bash -c './deploy.sh'
Launch detached, named, logging session; reattach later with screen -r deploy
screen -L -Logfile /tmp/job.log -dmS deploy bash -c './deploy.sh'