#!/bin/sh
set -e

[ -x /etc/init.d/opensm ] && /sbin/insserv -f -v opensm

[ -x /etc/init.d/opensm ] && /etc/init.d/opensm start

#DEBHELPER#
