httpd.service: set PrivateTmp=false [release 2.4.10-2mamba;Tue Aug 26 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 20:27:07 +01:00
parent 9073f190d9
commit 2bee176a9e
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Name: apache
Version: 2.4.10
Release: 1mamba
Release: 2mamba
Epoch: 1
Summary: The Apache webserver
Group: System/Servers
@ -431,6 +431,9 @@ exit 0
%{_libdir}/apache/mod_suexec.so
%changelog
* Tue Aug 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.10-2mamba
- httpd.service: set PrivateTmp=false
* Sun Jul 20 2014 Automatic Build System <autodist@mambasoft.it> 2.4.10-1mamba
- automatic version update by autodist

View File

@ -9,7 +9,7 @@ PIDFile=/run/httpd/httpd.pid
ExecStart=/usr/sbin/apachectl start $OPTIONS
ExecStop=/usr/sbin/apachectl graceful-stop
ExecReload=/usr/sbin/apachectl graceful $OPTIONS
PrivateTmp=true
PrivateTmp=false
LimitNOFILE=infinity
[Install]