6
0
Fork 0
release
李静 2022-01-11 13:02:53 +08:00
parent 1ebc21d83b
commit 07e47ae294
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace :php_fpm do
desc "重启 PHP-FPM"
task :restart do
on release_roles :all do
execute :sudo, :systemctl, :restart, "php8.0-fpm.service"
execute :sudo, :systemctl, :restart, "php8.1-fpm.service"
end
end