Hello, Could someone help me how to create cronjob to restart php-fpm ?
You really don't want to do that - if you're php-fpm has issues with crashing, you need to deal with the root cause/issues. Though if you do need such a cronjob calling /etc/init.d/php-fpm would be fine Code (Text): /etc/init.d/php-fpm restart put that in a cronjob of your own scheduling