in reply to Re^4: [OT]Is there any module can rotate log file?
in thread [OT]Is there any module can rotate log file?
It may be that the main rsynd process needs to be send a SIGHUP - but you'll have to check that. Sometimes a daemon opens a log file, and then when it has to do work, it forks, giving its child an open file handle. Typically, on a SIGHUP the main daemon closes and reopens any handles. But if the main daemon doesn't keep open handles, there's no need.
|
|---|