Project

General

Profile

« Previous | Next » 

Revision 32f54190

Added by Adam Ruzicka over 5 years ago

Fixes #24927 - Fix sending signal after logrotate

The solution with using pkill was not ideal as pkill
would match the process it was meant to kill and the
shell running pkill as well. This could lead to
a situation where the shell would be killed first
and the signal would not be delivered to the intended
target process.

  • added
  • modified
  • copied
  • renamed
  • deleted