#!/bin/sh

if [ -x /etc/init.d/dmakms ]; then
	invoke-rc.d dmakms start "$1" >&2
fi
