#!/bin/bash

PROGRAM=/sbin/udevtrigger
RUNLEVEL=DEV
ESSENTIAL=yes
NEEDS="devices udevd"

# source function library
. /etc/init.d/smgl_init

stop() { exit 0; }
restart() { exit 3; }
reload() { exit 3; }
force_reload() { exit 3; }
status() { exit 3; }
