#!/bin/bash
# special wrapper script to get around "consul lock" using "sh -c" to
# run commands, which doesn't allow the fowarding of signals through sh
# for things such as graceful restart, etc ≈

shift
exec $@