]> granicus.if.org Git - apache/commitdiff
Rpm: fix the location of the PID file so as to avoid timeout
authorGraham Leggett <minfrin@apache.org>
Mon, 28 May 2018 12:03:21 +0000 (12:03 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 28 May 2018 12:03:21 +0000 (12:03 +0000)
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

index 5aa10ab2aadd682d4686572a0434a5447d0c7b8f..2b89c1321396b9b1caf12bcad62b77d63547b0f5 100755 (executable)
@@ -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