Actions
Bug #35859
closedforeman-proxy logrotate sends signal to all processes under foreman-proxy.service
Difficulty:
Triaged:
Yes
Description
Starting with smart_proxy_remote_execution_ssh-0.5.0, REX spawns ssh
processes inside foreman-proxy.service. On logrotate, the SIGUSR1 signal
is sent to all processes of the service, including the ssh ones, which
react to the signal by terminating.
On debian-based distributions we already target only the main process of the service, let's do the same on rpm-based distributions.
Actions