summaryrefslogtreecommitdiff
path: root/testing/php/rc.d.php-fpm
diff options
context:
space:
mode:
Diffstat (limited to 'testing/php/rc.d.php-fpm')
-rw-r--r--testing/php/rc.d.php-fpm14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/php/rc.d.php-fpm b/testing/php/rc.d.php-fpm
index 54bcf4d5b..c75d905e5 100644
--- a/testing/php/rc.d.php-fpm
+++ b/testing/php/rc.d.php-fpm
@@ -49,8 +49,6 @@ test_config() {
stat_die
fi
- [ -d /var/run/php-fpm ] || install -d -m755 /var/run/php-fpm
-
stat_done
}
@@ -138,18 +136,6 @@ case "$1" in
stat_done
;;
- logrotate)
- stat_busy 'Reopen php-fpm log'
-
- if [ ! -r /var/run/php-fpm/php-fpm.pid ] ; then
- stat_fail
- exit 1
- fi
-
- kill -USR1 `cat /var/run/php-fpm/php-fpm.pid`
- stat_done
- ;;
-
*)
echo "usage: $0 {start|stop|force-quit|restart|reload|logrotate}"
exit 1