#!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org BIN=ulogd DEFAULT=/etc/default/$BIN LOG_D=/var/log start() { [ -f $DEFAULT ] && . $DEFAULT $BIN $OPTIONS } stop() { killall $BIN }