#!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org START=11 STOP=97 start() { logtrigger & } stop() { killall logtrigger }