Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 600574 - =mail-filter/rspamd init script function reload needs update
Summary: =mail-filter/rspamd init script function reload needs update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Roessner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-23 12:04 UTC by Christian Roessner
Modified: 2018-05-20 10:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Roessner 2016-11-23 12:04:32 UTC
I changed the reload function in the init script for rspamd.

kill -USR1 $(< $PIDFILE)

This will reload the configuration and reopen the logs. It is recommended by the rspamd project ;-)

Maybe also check the logrotate script for this as well.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2016-12-03 09:37:21 UTC
This is kind of a duplicate of bug 600772, I think? I prefer that bug's solution.