httpd.service: set PrivateTmp=false [release 2.4.10-2mamba;Tue Aug 26 2014]
This commit is contained in:
parent
9073f190d9
commit
2bee176a9e
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: apache
|
Name: apache
|
||||||
Version: 2.4.10
|
Version: 2.4.10
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The Apache webserver
|
Summary: The Apache webserver
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
@ -431,6 +431,9 @@ exit 0
|
|||||||
%{_libdir}/apache/mod_suexec.so
|
%{_libdir}/apache/mod_suexec.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jul 20 2014 Automatic Build System <autodist@mambasoft.it> 2.4.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ PIDFile=/run/httpd/httpd.pid
|
|||||||
ExecStart=/usr/sbin/apachectl start $OPTIONS
|
ExecStart=/usr/sbin/apachectl start $OPTIONS
|
||||||
ExecStop=/usr/sbin/apachectl graceful-stop
|
ExecStop=/usr/sbin/apachectl graceful-stop
|
||||||
ExecReload=/usr/sbin/apachectl graceful $OPTIONS
|
ExecReload=/usr/sbin/apachectl graceful $OPTIONS
|
||||||
PrivateTmp=true
|
PrivateTmp=false
|
||||||
LimitNOFILE=infinity
|
LimitNOFILE=infinity
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user