Your opinion will help to improve our service
Leave a feedback >SIGINT
- return traceSIGTERM
, SIGQUIT
- shutdown serviceSIGUSR1
- reopen file descriptors for log (logrotate)The component os_signals::ProcessorComponent stores os_signals::Processor and listens to SIGUSR1
and SIGUSR2
signals. You can use AddListener
function to subscribe to these signals.
For example, we use signal SIGUSR1
in components::Logging for reopening files after executing logrotate.