libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / web / php / php-8_2 / files / php-fpm.xml
blobb17e371b61828332c47553cf9c86b1e1919f6ec5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 <service_bundle type='manifest' name='php-fpm'>
5 <service
6         name='network/php-fpm-82'
7         type='service'
8         version='1'>
10         <instance name='default' enabled='false'>
11         <dependency
12                 name='network'
13                 grouping='require_all'
14                 restart_on='none'
15                 type='service'>
16                 <service_fmri value='svc:/milestone/network:default' />
17         </dependency>
19         <dependency
20                 name='filesystem-local'
21                 grouping='require_all'
22                 restart_on='none'
23                 type='service'>
24                 <service_fmri value='svc:/system/filesystem/local:default' />
25         </dependency>
27          <exec_method
28                 type='method'
29                 name='start'
30                 exec='/usr/php/8.2/bin/php-fpm -c %{php_ini} -y %{fpm_conf} '
31                 timeout_seconds='60'>
32                 <method_context>
33                         <method_credential user='webservd' group='webservd'/>
34                 </method_context>
35          </exec_method>
37         <exec_method
38                 type='method'
39                 name='stop'
40                 exec=':kill'
41                 timeout_seconds='60' />
43         <exec_method
44                 type='method'
45                 name='refresh'
46                 exec=':kill -HUP'
47                 timeout_seconds='60' />
49         <property_group name='startd' type='framework'>
50             <propval name='ignore_error' type='astring'  value='core,signal' />
51         </property_group>
52         <property_group name='general' type='framework'>
53              <propval name='action_authorization' type='astring' value='solaris.smf.manage.php-fpm-82' />
54              <propval name='value_authorization' type='astring' value='solaris.smf.value.php-fpm-82' />
55         </property_group>
56         <property_group name='application' type='application'>
57           <propval name='php_ini' type='astring' value='/etc/php/8.2/php.ini'/>
58           <propval name='fpm_conf' type='astring' value='/etc/php/8.2/php-fpm.conf'/>
59         </property_group>
60         </instance>
62         <stability value='Evolving' />
64         <template>
65            <common_name>
66                <loctext xml:lang='C'>
67                      PHP-FPM service
68                </loctext>
69             </common_name>
70             <documentation>
71              <manpage title='php-fpm' section='8' manpath='/usr/php/8.2/share/man' />
72              <doc_link name='php' uri='http://php.net/manual/en/install.fpm.php' />
73             </documentation>
74         </template>
76 </service>
77 </service_bundle>