#!/bin/sh /etc/rc.common

START=99

start() {
        /sbin/rmgmt -p -d &
}
