We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8da37c commit 9707a10Copy full SHA for 9707a10
src/deb/nginx/vesta
@@ -22,11 +22,13 @@ PHP_DAEMON=/usr/local/vesta/php/sbin/vesta-php
22
PHP_NAME=vesta-php
23
PHP_DESC=vesta-php
24
PHP_PID=/var/run/vesta-php.pid
25
+PHP_CONF=/usr/local/vesta/php/etc/php-fpm.conf
26
27
set -e
28
29
. /lib/lsb/init-functions
30
31
+. /etc/profile.d/vesta.sh
32
33
start_nginx() {
34
start-stop-daemon --start --quiet --pidfile $NGINX_PID \
@@ -74,6 +76,7 @@ case "$1" in
74
76
sleep 1
75
77
start_nginx
78
log_end_msg $?
79
+ log_daemon_msg "Restarting $PHP_DESC" "$PHP_NAME"
80
start_php
81
82
;;
0 commit comments