@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -x
set -e
cd /opt/app || exit 1
# Timeout after 2 min if we still haven't gotten a response
timeout 120s bash <<EOT
systemctl start explorer.service
if systemctl is-active explorer.service; then
systemctl stop explorer.service