Resolves: RHEL-49856: htcacheclean.service missing [Install] section
This commit is contained in:
parent
4c4d7554f0
commit
7770a807d3
@ -7,5 +7,10 @@ Documentation=man:htcacheclean.service(8)
|
|||||||
Type=forking
|
Type=forking
|
||||||
User=apache
|
User=apache
|
||||||
PIDFile=/run/httpd/htcacheclean/pid
|
PIDFile=/run/httpd/htcacheclean/pid
|
||||||
|
Environment=LANG=C
|
||||||
EnvironmentFile=/etc/sysconfig/htcacheclean
|
EnvironmentFile=/etc/sysconfig/htcacheclean
|
||||||
ExecStart=/usr/sbin/htcacheclean -P /run/httpd/htcacheclean/pid -d $INTERVAL -p $CACHE_ROOT -l $LIMIT $OPTIONS
|
ExecStart=/usr/sbin/htcacheclean -P /run/httpd/htcacheclean/pid -d $INTERVAL -p $CACHE_ROOT -l $LIMIT $OPTIONS
|
||||||
|
PrivateTmp=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.4.59
|
Version: 2.4.59
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: https://httpd.apache.org/
|
URL: https://httpd.apache.org/
|
||||||
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||||
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
|
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
|
||||||
@ -827,6 +827,9 @@ exit $rv
|
|||||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 19 2024 Luboš Uhliarik <luhliari@redhat.com> - 2.4.59-7
|
||||||
|
- Resolves: RHEL-49856: htcacheclean.service missing [Install] section
|
||||||
|
|
||||||
* Thu May 30 2024 Joe Orton <jorton@redhat.com> - 2.4.59-6
|
* Thu May 30 2024 Joe Orton <jorton@redhat.com> - 2.4.59-6
|
||||||
- mod_ssl: restore SSL_OP_NO_RENEGOTIATE support
|
- mod_ssl: restore SSL_OP_NO_RENEGOTIATE support
|
||||||
Related: RHEL-14668
|
Related: RHEL-14668
|
||||||
|
Loading…
Reference in New Issue
Block a user