diff options
Diffstat (limited to 'system/postgresql/postgresql.logrotate')
-rw-r--r-- | system/postgresql/postgresql.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/postgresql.logrotate b/system/postgresql/postgresql.logrotate index d68ccf71bc6b..e292391333b2 100644 --- a/system/postgresql/postgresql.logrotate +++ b/system/postgresql/postgresql.logrotate @@ -1,4 +1,4 @@ -/var/log/postgresql { +/var/log/postgresql-@PG_VERSION@ { daily rotate 7 copytruncate |