#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org 

START=11

start() {
	udevd --daemon
}

stop() {
	killall -9 udevd
}
