Browse Source

Delete rspamd.logrotate

tags/3.3
ghtm2 1 year ago
parent
commit
b28285a303
No account linked to committer's email address
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      centos/sources/rspamd.logrotate

+ 0
- 11
centos/sources/rspamd.logrotate View File

@@ -1,11 +0,0 @@
/var/log/rspamd/*log {
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
[ ! -f /var/run/rspamd/rspamd.pid ] || kill -USR1 `cat /var/run/rspamd/rspamd.pid`
endscript
}

Loading…
Cancel
Save