add redhat defaults

This commit is contained in:
Ante de Baas
2020-05-29 14:59:48 +02:00
parent 022ed1a9a8
commit 498ff15e98

View File

@@ -2,6 +2,38 @@
<froxlor> <froxlor>
<distribution name="RHEL" version="7" <distribution name="RHEL" version="7"
defaulteditor="/usr/bin/nano"> defaulteditor="/usr/bin/nano">
<defaults>
<propery>
<name>apacheconf_vhost</name>
<category>system</category>
<value>/etc/httpd/conf.d/</value>
</propery>
<propery>
<name>apacheconf_diroptions</name>
<category>system</category>
<value>/etc/httpd/conf.d/</value>
</propery>
<propery>
<name>apacheconf_htpasswddir</name>
<category>system</category>
<value>/etc/httpd/froxlor-htpasswd/</value>
</propery>
<propery>
<name>apachereload_command</name>
<category>system</category>
<value>systemctl reload-or-restart httpd.service</value>
</propery>
<propery>
<name>bindreload_command</name>
<category>system</category>
<value>systemctl reload-or-restart named.service</value>
</propery>
<propery>
<name>crondreload</name>
<category>system</category>
<value>systemctl reload-or-restart crond.service</value>
</propery>
</defaults>
<services> <services>
<!-- HTTP --> <!-- HTTP -->
<service type="http" title="{{lng.admin.configfiles.http}}"> <service type="http" title="{{lng.admin.configfiles.http}}">