Page 1 of 1

How to disable Vesta cron job?

Posted: Wed Aug 23, 2017 8:38 pm
by haizrul
Hello all. I recently uninstall vestacp on my server running Ubuntu 16.04.3 LTS. After finish the unintallation, the crob job still running and send emails to me every 5 minutes. Can someone tell me the command to stop all vestacp cron job? Thank you.

Re: How to disable Vesta cron job?

Posted: Thu Aug 24, 2017 10:07 am
by skurudo
Crons under admin user.
You may enable bash for admin with /etc/passwd
Then login as admin

Code: Select all

su admin
and

Code: Select all

crontab -e

Re: How to disable Vesta cron job?

Posted: Thu Aug 24, 2017 1:04 pm
by haizrul
Thanks a lot for the solution! :D

Re: How to disable Vesta cron job?

Posted: Thu Aug 31, 2017 1:32 pm
by skurudo
Easier way from root user

Code: Select all

crontab -e -u admin