python-pidfile icon indicating copy to clipboard operation
python-pidfile copied to clipboard

Add optional full cmdline and identifer to pidfile checks

Open deajan opened this issue 6 months ago • 0 comments

This patch allows to have finer grained checks for the pid file, allowing multiple time the same program with different command line, or arbitrary identifier. Doesn't change the default behavior of current pidfile implementation.

deajan avatar Jun 13 '25 08:06 deajan