#!/bin/sh
[ -r conf ] && . ./conf
exec 2>&1
exec chpst -u _consul:_consul consul agent -config-dir=/etc/consul.d
