Prevent scap from running outside of a screen or a tmux
Sometimes deployers do not run scap within a screen or a tmux. This can be problematic if the deployers connection goes away, and may leave the deployment in a limbo state. For example, in a k8s deployement it is possible that helm might mark a deployment/rollback as pending, preventing any new deployments.
Bug: T361724