diff options
Diffstat (limited to 'testing/pgbouncer/pgbouncer.logrotate')
-rw-r--r-- | testing/pgbouncer/pgbouncer.logrotate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pgbouncer/pgbouncer.logrotate b/testing/pgbouncer/pgbouncer.logrotate index 9617eafa66..78b82510d3 100644 --- a/testing/pgbouncer/pgbouncer.logrotate +++ b/testing/pgbouncer/pgbouncer.logrotate @@ -2,6 +2,6 @@ missingok sharedscripts postrotate - /etc/init.d/pgbouncer -q reload + /etc/init.d/pgbouncer --quiet --ifstarted reload endscript -}
\ No newline at end of file +} |