Thank you,

It makes sense what you said. I will try as soon as I can

On 2/8/24 16:00, Guilhem Moulin wrote:
Hi,

On Thu, 08 Feb 2024 at 15:17:10 +0100, Juan José González wrote:
I saw on the internet to send signal SIGHUP to the process,
This doesn't appear to work, possibly due to master process waiting for
the long-running children to terminate.  I normally just restart the
service.

Do you have any recommendation to do it safely?
AFAICT you don't have the perms to run `systemctl restart
crashreport.service` but sending a SIGQUIT to the master process (the
one with PID1 as parent) should work.  That'll terminate the process,
but it'll restart automatically since the unit is socket activated.


--
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/website/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to