• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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