summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2018-05-28 12:03:21 +0000
committerGraham Leggett <minfrin@apache.org>2018-05-28 12:03:21 +0000
commit5777ff9a220c2b2494879c9a441e109259cee0ad (patch)
tree6431c81965d7f1d2112a3ba035f5850a00a2903e /build
parent07ffca3af4d2a8ae6fa512c35af05119301c418a (diff)
downloadhttpd-5777ff9a220c2b2494879c9a441e109259cee0ad.tar.gz
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
Diffstat (limited to 'build')
-rwxr-xr-xbuild/rpm/htcacheclean.init2
1 files changed, 1 insertions, 1 deletions
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