daemonize(); open(LOG, "tail -f $LOGFILE|") || die "cannot fork: $!"; while () { print "@_\n"; }