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 f371f6c commit 1dd74bdCopy full SHA for 1dd74bd
bin/v-restart-service
@@ -40,6 +40,11 @@ elif [ -z "$force" -o "$force" = "no" ] && [ \
40
"$service" = "bind9" -o \
41
"$service" = "named" -o \
42
"$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 \
48
"$service" = "proftpd" -o \
49
"$service" = "ssh" -o \
50
"$service" = "fail2ban" ]; then
0 commit comments