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