11 lines
213 B
Text
11 lines
213 B
Text
# logrotate configuration for SE-PostgreSQL
|
|
|
|
/var/log/sepostgresql.log {
|
|
rotate 4
|
|
compress
|
|
size 4M
|
|
notifempty
|
|
postrotate
|
|
/sbin/service sepostgresql restart >& /dev/null
|
|
endscript
|
|
}
|