in reply to Re^2: How run a daemon as non-root user
in thread How run a daemon as non-root user

OK, I figured it out. It wasn't a Perl question, but rather a Linux question.

All I had to was to chown the pid file to the user that's starting the process. It seems so obvious now.

Thanks everyone. You'd think that after working in technology for almost 12 years that I wouldn't have to ask stupid questions, but ... Linux admin has never been my strong suit.
  • Comment on Re^3: How run a daemon as non-root user