# vi: set ft=conf # disable ssh listening env SOFT_SERVE_SSH_ENABLED=false env SOFT_SERVE_GIT_ENABLED=true env SOFT_SERVE_HTTP_ENABLED=true env SOFT_SERVE_STATS_ENABLED=true # start soft serve exec soft serve --sync-hooks & # wait for the git + other servers to come up ensureserverrunning GIT_PORT ensureserverrunning HTTP_PORT ensureserverrunning STATS_PORT # ensure that the disabled server is not running ensureservernotrunning SSH_PORT