Question
How To Restart APACHE AND SQL AFTER EVERY 15 MINUTES ?
How To Restart APACHE AND SQL AFTER EVERY 15 MINUTES ?
if cron job how can i add cron job These 2 jobs i add in crontab -e BUT NOT WORKING
*/15 * * * * echo “sudo service apache2 restart’
*/15 * * * * echo "sudo service mysql restart’
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×