#!/bin/sh
exec 2>&1

SSHD=$(which sshd) || sv down $(pwd)

exec chpst -m8000000 "$SSHD" -D -e
