#!/bin/sh /etc/rc.common START=50 USE_PROCD=1 start_service() { procd_open_instance procd_set_param command /usr/sbin/log_host_lookupd # respawn automatically procd_set_param respawn ${respawn_threshold:-60} ${respawn_timeout:-5} ${respawn_retry:-5} procd_set_param stderr 1 # forward stderr of the command to logd procd_close_instance }