#!/bin/sh hydra migrate sql -e -y hydra serve all --dangerous-force-http & HYDRA_PID=$! run-parts --exit-on-error /hydra-init.d kill $HYDRA_PID