#!/bin/sh

if test -f ./setup; then
    # shellcheck disable=SC2039,SC1091,SC3046
    source ./setup
fi

exec gosu root /usr/sbin/sshd -D -f /app/gogs/docker/sshd_config