#! /bin/bash

set -e

CONF=$1

rm -f "$CONF"
service rsyslog restart 2> >(grep -v '^Redirecting to')
