• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

possible to have domain enabled at specific time?

D

dennysp

Guest
Hi,
I want to kno if it is possible to have a specific domain get disabled and reenabled at certain times of the day, example, domain.com will become available at 6:00am and at 12:00am become disabled, is that possible? I know it would require a cron job, but I'm not sure what is the command.

Thanks in advance
-d
 
If the actions needs to be ran on daily basis then you should use "cron", if not you should use "at" command along with creation utilities.

For help use:

man 5 crontab
man crontab
man at

Good luck.
 
Well, I know I have to use cron, but I'm not sure what is the plesk command to run to enable/disable the domain.
 
/usr/local/psa/bin/domain.sh --off domain.com
/usr/local/psa/bin/domain.sh --on domain.com

Good luck.
 
Back
Top