[SOLVED] Cron Jobs - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: [SOLVED] Cron Jobs (/thread-7242.html) |
[SOLVED] Cron Jobs - hostmb - 07-16-2009 09:52 PM Hello,i just installed ISPCP,looks good... Setuped one hosting account,uploaded script and now,i need to setup cron jobs for that user hosting account... BUT,i dont know how to do that? Thank you. RE: Cron Jobs - Lucan - 07-17-2009 12:05 AM at this moment, there is no possibility from ispcp directly to give customers the possibility to set up cron jobs. But this feature is planned for a later version of ispcp RE: Cron Jobs - hostmb - 07-17-2009 12:52 AM Thats mean that i cant use script who need cron jobs? RE: Cron Jobs - MasterTH - 07-17-2009 01:22 AM that means u cannot give the customer the option to manage his scripts by himself. you have to make the cronjob by yourself on the console RE: Cron Jobs - hostmb - 07-17-2009 04:20 AM Yes,but its problem...I cant do that from root account,must do from user hosting account,but ISPCP didnt created ssh account for hosting user... I cant use shell from ISPCP's user... RE: Cron Jobs - kilburn - 07-17-2009 04:42 AM as root: Code: crontab -e -u vuXXXX Edit, save & quit, done RE: Cron Jobs - Lucan - 07-17-2009 05:00 AM check the owner of the files at the /var/virtual/domain.com than you know the the vu20xx RE: Cron Jobs - hostmb - 07-17-2009 05:02 AM Solved.Thanks to all |