FCO / App-Rad-Plugin-Daemonize

Write daemons with App::Rad
4 stars 0 forks source link

Parameters bugs #1

Open Bzek opened 14 years ago

Bzek commented 14 years ago

--user in A:R:P:Daemonize doesn't understand 'www' or 'username', only UID (getpwnam($user) returns undef ).

--chroot_dir is not documentated.

--proc_name doesn't work for non-root. Changing process name is available for any user.

Bzek commented 14 years ago

getpwnam doesn't work cause we do chroot everytime. ;( Need: $c->chroot($pars{chroot_dir}) if ( $^O ne "MSWin32" and $c->check_root and $pars{chroot_dir} );

FCO commented 9 years ago

I am sorry! After all this years I only saw this issues now! Do you stil need those features? Tanja for using A::R::P::Daemonize

FCO commented 9 years ago

I am sorry! After all this years I only saw this issues now! Do you stil need those features? Tanja for using A::R::P::Daemonize