#!/bin/sh

set -e
set -u

echo "Starting munin-httpd..."
./dev_scripts/run munin-httpd --listen :4946
