I want to run command "service php-fpm restart" each 1 minute and I tried to using contab.
I tried this code in contab file:
0/1 * * * * service php-fpm restart
In the file crontab from /var/spool/con/root, I put these code:
0 2 * * * chown -R nginx:nginx /home/
0 3 * * * echo 1 > /proc/sys/vm/drop_caches
0 4 * * * reboot
0/1 * * * * service php-fpm restart
All the command almost are running , but the command "service php-fpm restart" not.