From 5777ff9a220c2b2494879c9a441e109259cee0ad Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 28 May 2018 12:03:21 +0000 Subject: [PATCH] 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 --- build/rpm/htcacheclean.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0