From: Graham Leggett Date: Mon, 28 May 2018 12:03:21 +0000 (+0000) Subject: Rpm: fix the location of the PID file so as to avoid timeout X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5777ff9a220c2b2494879c9a441e109259cee0ad;p=apache Rpm: fix the location of the PID file so as to avoid timeout delays on systemd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1832383 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/rpm/htcacheclean.init b/build/rpm/htcacheclean.init index 5aa10ab2aa..2b89c13213 100755 --- a/build/rpm/htcacheclean.init +++ b/build/rpm/htcacheclean.init @@ -22,7 +22,7 @@ # description: The Apache htcacheclean daemon maintains and prunes the # size of the mod_cache_disk cache directory. # processname: htcacheclean -# pidfile: /var/log/httpd/htcacheclean.pid +# pidfile: /var/run/htcacheclean.pid # config: /etc/sysconfig/htcacheclean # ### BEGIN INIT INFO