Files
nginx-unit/pkg/rpm/rpmbuild/SOURCES/unit.logrotate
2019-01-24 14:05:58 +03:00

11 lines
213 B
Plaintext

/var/log/unit/*.log {
missingok
nocreate
notifempty
postrotate
if [ -f /var/run/unit/unit.pid ]; then
/bin/kill -SIGUSR1 `cat /var/run/unit/unit.pid`
fi
endscript
}