aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rspamd.logrotate
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-11-23 14:27:36 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-11-23 14:27:36 +0300
commitb67a212bfab7329f8de3e55e456b8e5bad226e57 (patch)
treefce84e390994eb4fa666a1acf4266f09146611d7 /debian/rspamd.logrotate
parent1a2fc69abd82710d8ce0f3bfb48762bbe9f28e04 (diff)
downloadrspamd-b67a212bfab7329f8de3e55e456b8e5bad226e57.tar.gz
rspamd-b67a212bfab7329f8de3e55e456b8e5bad226e57.zip
Add reopenlog ability for debian scripts.
Diffstat (limited to 'debian/rspamd.logrotate')
-rw-r--r--debian/rspamd.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rspamd.logrotate b/debian/rspamd.logrotate
index 2d0175677..dca9cfadf 100644
--- a/debian/rspamd.logrotate
+++ b/debian/rspamd.logrotate
@@ -6,7 +6,7 @@
notifempty
missingok
postrotate
- reload rspamd >/dev/null 2>&1 || true
+ service rspamd reopenlog >/dev/null 2>&1 || true
endscript
}