やりたいこと
php-fpmを再起動したい
環境
- リストEC2
- リストAmazon Linux2
- laravel
- nginx
発生している問題
- vimでhtmlのaタグのリンク先を変更したので反映させるためにnginxとphp-fpmの再起動を試みたがphp-fpmだけ再起動できない
sudo systemctl restart php-fpmを叩いても何も起こらない
[ec2-user@ipxxxxxxxx my_rule_project]$ sudo systemctl restart php-fpm [ec2-user@ipxxxxxxxx my_rule_project]$
sudo service php-fpm restartを叩いてもリダイレクトされる
[ec2-user@ipxxxxxxxx my_rule_project]$ sudo service php-fpm restart Redirecting to /bin/systemctl restart php-fpm.service
service php-fpm restartを叩いてもできない
[ec2-user@ipxxxxxxxx my_rule_project]$ service php-fpm restart Redirecting to /bin/systemctl restart php-fpm.service Failed to restart php-fpm.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files See system logs and 'systemctl status php-fpm.service' for details.
具体的な正解が分かる方、
よろしくお願い致します!