#!/bin/bash
# zmstop
# Do not use this directly - it is used by systemd
if [[ "$(/usr/bin/pgrep zmdc.pl)" > 0 ]]; then
/usr/bin/zmpkg.pl stop
fi