start_daemonbkg() { (/etc/rc.d/$1 start) &>/dev/null } start_daemonbkg_bkgd() { (/etc/rc.d/$1 start) &>/dev/null & }