mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
and changed parameters in sysconfig file so that we use /var/log for logs and /var/run for pid files.
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
/var/log/repmgr/repmgr.log {
|
|
missingok
|
|
copytruncate
|
|
compress
|
|
notifempty
|
|
sharedscripts
|
|
create 0640 postgres postgres
|
|
nodateext
|
|
weekly
|
|
rotate 8
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/repmgr/repmgrd.pid 2>/dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|