summarylogtreecommitdiffstats
path: root/postgresql.logrotate
diff options
context:
space:
mode:
authorGreg White2018-09-23 06:09:30 -0400
committerGreg White2018-09-23 06:09:30 -0400
commitceea45fdbb8dd0c2985c759ab184f335ef636601 (patch)
tree0869a94f139219e22fe086a937967da13c003f32 /postgresql.logrotate
downloadaur-ceea45fdbb8dd0c2985c759ab184f335ef636601.tar.gz
Create
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
+}