Skip to content

Commit 0ee561b

Browse files
authored
Fix: v-restart-ftp only reloads vsftpd; full restart needed to reload certs (hestiacp#5005)
1 parent 0ba9481 commit 0ee561b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/v-restart-service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ for service in $service_list; do
6565
"$service" = "dovecot" -o \
6666
"$service" = "bind9" -o \
6767
"$service" = "named" -o \
68-
"$service" = "vsftpd" -o \
6968
"$service" = "php5.6-fpm" -o \
7069
"$service" = "php7.0-fpm" -o \
7170
"$service" = "php7.1-fpm" -o \

0 commit comments

Comments
 (0)