Open Bzek opened 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} );
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
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
--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.