#! /bin/bash

test -x /usr/bin/mwc || exit 0
test -e /etc/mwc/mwc-config.py || exit 0

/usr/bin/mwc -config=/etc/mwc/mwc-config  >/dev/null 2>&1

