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'>
6 name='network/php-fpm-82'
10 <instance name='default' enabled='false'>
13 grouping='require_all'
16 <service_fmri value='svc:/milestone/network:default' />
20 name='filesystem-local'
21 grouping='require_all'
24 <service_fmri value='svc:/system/filesystem/local:default' />
30 exec='/usr/php/8.2/bin/php-fpm -c %{php_ini} -y %{fpm_conf} '
33 <method_credential user='webservd' group='webservd'/>
41 timeout_seconds='60' />
47 timeout_seconds='60' />
49 <property_group name='startd' type='framework'>
50 <propval name='ignore_error' type='astring' value='core,signal' />
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' />
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'/>
62 <stability value='Evolving' />
66 <loctext xml:lang='C'>
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' />