#!/bin/bash set -e function clean { kill -9 $(pidof liquidd) } trap clean SIGINT liquidd -datadir=/config & wait $!