• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question Cronjob Plesk Apache Restart ?

OpenMedia

New Pleskian
Hello Guys ,
i have a little question for example i would like to restart the Apache 2 Webserver of plesk every 4 Days at 12:00 at night .
How i can make it ?

I have a :

- Ubuntu System 14.04 LTS
- Ican restart my webserver with /etc/init.d/apache2 restart

Crontab -e look actually bellow :

Code:
MAILTO=""
0       0       *       *       *       /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/wp-toolkit/scripts/instances-auto-update.php'
MAILTO=""
0       0       3       *       *       /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/renew-certificates.php'
 
Back
Top