
#!/bin/sh
# restart if activated, regardless if running
if /sbin/chkconfig -c novell-zmd ; then
    /etc/init.d/novell-zmd restart
fi

