Skip to content

Commit 1dd74bd

Browse files
committed
Add php-fpm to the list of reloadable services
1 parent f371f6c commit 1dd74bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/v-restart-service

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ elif [ -z "$force" -o "$force" = "no" ] && [ \
4040
"$service" = "bind9" -o \
4141
"$service" = "named" -o \
4242
"$service" = "vsftpd" -o \
43+
"$service" = "php5.6-fpm" -o \
44+
"$service" = "php7.0-fpm" -o \
45+
"$service" = "php7.1-fpm" -o \
46+
"$service" = "php7.2-fpm" -o \
47+
"$service" = "php7.3-fpm" -o \
4348
"$service" = "proftpd" -o \
4449
"$service" = "ssh" -o \
4550
"$service" = "fail2ban" ]; then

0 commit comments

Comments
 (0)