crans_bcfg2/Rules/php.xml
2013-07-25 17:50:26 +02:00

9 lines
240 B
XML

<Rules priority="1">
<Group name="php">
<Group name="nginx">
<Action name="php5-fpm-restart" timing="post"
when="modified" status="check"
command="/etc/init.d/php5-fpm restart"/>
</Group>
</Group>
</Rules>