aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.logrotated
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-01-20 20:43:52 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-01-21 06:43:21 +0000
commitdc22d5617cdda529193e753640e9647a6663f4c2 (patch)
treec81f62fd52270d95af0c1d1430dd6f528efc7272 /testing/rspamd/rspamd.logrotated
parent7cce64aecb1610cbcae427843e6fdb2f96b210f0 (diff)
downloadaports-dc22d5617cdda529193e753640e9647a6663f4c2.tar.bz2
aports-dc22d5617cdda529193e753640e9647a6663f4c2.tar.xz
testing/rspamd: new aport
Rapid spam filtering system https://rspamd.com
Diffstat (limited to 'testing/rspamd/rspamd.logrotated')
-rw-r--r--testing/rspamd/rspamd.logrotated11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.logrotated b/testing/rspamd/rspamd.logrotated
new file mode 100644
index 0000000000..8a30971bc0
--- /dev/null
+++ b/testing/rspamd/rspamd.logrotated
@@ -0,0 +1,11 @@
+/var/log/rspamd/*log {
+ daily
+ rotate 10
+ missingok
+ notifempty
+ compress
+ sharedscripts
+ postrotate
+ /etc/init.d/rspamd --ifstarted reload
+ endscript
+}