openstack-swift/openstack-swift.logrotate

9 lines
167 B
Plaintext
Raw Permalink Normal View History

2021-08-06 19:27:17 +00:00
/var/log/swift/swift.log
{
missingok
compress
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null || true
endscript
}