in reply to Running Client in Background

Simple and brainless solution using Proc::Daemon:
use Proc::Daemon; Proc::Daemon::Init;

Replies are listed 'Best First'.
Re^2: Running Client in Background
by deadpickle (Pilgrim) on May 06, 2008 at 23:50 UTC
    when using Proc::Daemon, what is listed when you type  ps -u uas in the linux terminal? Is there a way to give this process a name?