Help for this page

Select Code to Download


  1. or download this
    use Proc::Daemon;
    Proc::Daemon::Init;
    exec @ARGV;
    
  2. or download this
    perl -MProc::Daemon -e 'Proc::Daemon::Init; exec @ARGV' some command h
    +ere