#!/bin/sh FMRI=php5-fpm:default case `svcstatus $FMRI` in online) pkill -USR1 -c `svcs -H -o ctid $FMRI` ;; esac exit 0