guide to adding cron jobs viac cli

redwicked

Member
Can someone explain the process of adding the MW cron jobs to a freshly installed MW package using the command line

I know the cron jobs I have to add but not sure where in the server they go.

Any help would be much appreciated!
 
@redwicked - When you type:
Code:
export EDITOR=nano; crontab -e
You open the crontab manager with the nano editor (default is vi which might be weird for some folks) and then simply paste all 5 cron jobs mailwizz gives then press ctrl + x to safe your changes.
 
Back
Top