Want more timely Centmin Mod News Updates?
Become a Member

Problem with creating cronjob for Sendy

Discussion in 'System Administration' started by Andy, Dec 27, 2014.

  1. Andy

    Andy Active Member

    544
    89
    28
    Aug 6, 2014
    Ratings:
    +133
    Local Time:
    2:11 AM
    I'm installing Sendy to send my email and according to their instruction, I need to create cronjobs to schedule list import as well as mailing.


    Code:
    php /home/nginx/domains/quantnet.com/public/sendy/import-csv.php > /dev/null 2>&1
    */1 * * * * php /home/nginx/domains/quantnet.com/public/sendy/import-csv.php > /dev/null 2>&1
    After I did those commands, and run less /etc/crontab or crontab -l, it does not show any cronjob.

    I even use the absolute path for php which is /usr/local/bin/php
    I'm curious to see if there is a specific way to create cronjob in centminmod?
     
  2. Andy

    Andy Active Member

    544
    89
    28
    Aug 6, 2014
    Ratings:
    +133
    Local Time:
    2:11 AM
    Solved.
    Edit /etc/crontab/ and add the line to the bottom
    */1 * * * * php /home/nginx/domains/quantnet.com/public/sendy/import-csv.php > /dev/null 2>&1
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    5:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    how are you editing crontab jobs ?

    Code:
    crontab -e
    is correct command to edit and initialise new crontabs :)
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    5:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @Andy I just bought a sendy license as well Sendy to setup an official newsletter for Centmin Mod related mailings :)

    Was wondering what purpose you using import mailing for exactly ?
     
  5. Andy

    Andy Active Member

    544
    89
    28
    Aug 6, 2014
    Ratings:
    +133
    Local Time:
    2:11 AM
    I have a 30K list from my forum so I need to import it to my sendy. They use a cron job to schedule the importing.
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    5:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    ah i see.. just stumbled into the sendy setup cron info myself :D