summarylogtreecommitdiffstats
path: root/postgresql.logrotate
diff options
context:
space:
mode:
authorMatthew Carter2016-04-28 00:10:02 -0400
committerMatthew Carter2016-04-28 00:10:02 -0400
commit0576062fb8e78806ce6d61a0f1637af108f17e09 (patch)
tree0d1c678fcbf4a95188b950e45f3ddb72277aad13 /postgresql.logrotate
downloadaur-0576062fb8e78806ce6d61a0f1637af108f17e09.tar.gz
Initial commit for postgresql-9.4, based off postgresql-9.3 PKGBUILD
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
+}