diff options
author | Graham Leggett <minfrin@apache.org> | 2018-05-28 12:03:21 +0000 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2018-05-28 12:03:21 +0000 |
commit | 5777ff9a220c2b2494879c9a441e109259cee0ad (patch) | |
tree | 6431c81965d7f1d2112a3ba035f5850a00a2903e /build/rpm | |
parent | 07ffca3af4d2a8ae6fa512c35af05119301c418a (diff) | |
download | httpd-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/rpm')
-rwxr-xr-x | build/rpm/htcacheclean.init | 2 |
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 |