#!/bin/bash

killall -q -s 2 dmonitor
rm  -f /var/run/dmonitor/pid

exit 0

