#!/bin/bash

PROGRAM=/sbin/udevd
#PROGRAM=/lib/udev/udevd
ARGS="--daemon"
RUNLEVEL=DEV
ESSENTIAL=yes
NEEDS="devices"

. /etc/init.d/smgl_init
