From: Vsevolod Stakhov Date: Wed, 23 Dec 2015 17:14:55 +0000 (+0000) Subject: Fix PID file path X-Git-Tag: 1.1.0~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0b096b026aee96c2b8ff88dfa5d909c398fa2b;p=thirdparty%2Frspamd.git Fix PID file path --- diff --git a/centos/sources/rspamd.logrotate b/centos/sources/rspamd.logrotate index 0b93591d4c..a8aaf31e05 100644 --- a/centos/sources/rspamd.logrotate +++ b/centos/sources/rspamd.logrotate @@ -6,6 +6,6 @@ compress sharedscripts postrotate - [ ! -f /var/run/rspamd.pid ] || kill -USR1 `cat /var/run/rspamd.pid` + [ ! -f /var/run/rspamd/rspamd.pid ] || kill -USR1 `cat /var/run/rspamd/rspamd.pid` endscript }