forked from stove/dataset
18 lines
616 B
XML
18 lines
616 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<services>
|
|
<service name="php-fpm">
|
|
<file engine="none">/etc/php-fpm.conf</file>
|
|
<file engine="ansible">/etc/php-fpm.d/www.conf</file>
|
|
<file engine="none" source="sysuser-phpfpm.conf">/sysusers.d/phpfpm.conf</file>
|
|
<file engine="ansible" source="tmpfile-phpfpm.conf">/tmpfiles.d/0phpfpm.conf</file>
|
|
</service>
|
|
</services>
|
|
<variables>
|
|
<family name="nginx">
|
|
<variable name="php_fpm_user" type="unix_user" hidden="True">
|
|
<value>root</value>
|
|
</variable>
|
|
</family>
|
|
</variables>
|
|
</rougail>
|