blob: 3650322bf4c3488c03f1f40f235f7707ec90069d [file] [log] [blame]
#!/bin/sh /etc/rc.common
# Copyright (C) 2014 OpenWrt.org
START=20
USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /usr/sbin/ulogd
procd_close_instance
}