[Unit] Description=Zopu Health Check [Service] Type=oneshot User=__SERVICE_USER__ EnvironmentFile=__INSTALL_DIR__/.env # health-check.sh reads ENV_FILE to find the .env to source. Set it to the # install path so custom install dirs work correctly. Environment=ENV_FILE=__INSTALL_DIR__/.env ExecStart=__INSTALL_DIR__/deploy/zopu-runtime/scripts/health-check.sh --quiet