I'm setting up a sinopia server and configuring the program to log into /var/log/sinopia.log.
The file will need to be rotated once in a while. Is there a way to signal the application to reopen the file, or do I need to fully restart it from the logrotate's postrotate entry?
I'm setting up a sinopia server and configuring the program to log into
/var/log/sinopia.log.The file will need to be rotated once in a while. Is there a way to signal the application to reopen the file, or do I need to fully restart it from the logrotate's
postrotateentry?