python-pidfile
python-pidfile copied to clipboard
Add optional full cmdline and identifer to pidfile checks
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.