summarylogtreecommitdiffstats
path: root/postgresql.logrotate
diff options
context:
space:
mode:
authorGreg White2016-09-30 08:26:29 -0400
committerGreg White2016-09-30 08:26:29 -0400
commitb4a4b545b76ca243c574ce2c59c0afc237b46921 (patch)
treea3f900b3f6f2f1ac178a1b0b09d7b6e89a0e9e55 /postgresql.logrotate
downloadaur-b4a4b545b76ca243c574ce2c59c0afc237b46921.tar.gz
Init
Diffstat (limited to 'postgresql.logrotate')
-rw-r--r--postgresql.logrotate4
1 files changed, 4 insertions, 0 deletions
diff --git a/postgresql.logrotate b/postgresql.logrotate
new file mode 100644
index 000000000000..9c36918be5e5
--- /dev/null
+++ b/postgresql.logrotate
@@ -0,0 +1,4 @@
+/var/log/postgresql.log {
+ copytruncate
+ missingok
+}