View | Details | Raw Unified | Return to bug 25030
Collapse All | Expand All

(-)a/rc.d/init.d/php5-fpm (-3 / +1 lines)
Lines 75-83 case "$1" in Link Here
75
			start
75
			start
76
			;;
76
			;;
77
		rotate)
77
		rotate)
78
			if [ -e "$LOCKFILE" ]; then
78
			rotate
79
				rotate
80
			fi
81
			;;
79
			;;
82
		reload)
80
		reload)
83
			if [ -e "$LOCKFILE" ]; then
81
			if [ -e "$LOCKFILE" ]; then

Return to bug 25030