mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
8 lines
165 B
Text
8 lines
165 B
Text
/var/log/postgresql {
|
|
postrotate
|
|
/etc/rc.d/rc.postgresql reload 2>&1 > /dev/null
|
|
endscript
|
|
size=100k
|
|
rotate 5
|
|
create 0640 postgres wheel
|
|
}
|