in reply to Daemon::Control pid-files

After a *very* quick peruse of the documentation of Daemon::Control, I don't see anything stating it'll delete the PID file. Do you need to delete it?

END { unlink "/tmp/dvb-perl.pid" or die $!; }

Replies are listed 'Best First'.
Re^2: Daemon::Control pid-files
by ikegami (Patriarch) on Apr 17, 2016 at 03:45 UTC
    That'll delete the PID file when the control tool exits, not the daemon.