diff options
author | emkael <emkael@tlen.pl> | 2017-03-15 17:10:59 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-03-15 17:10:59 +0100 |
commit | 9109b4018c1daa61c81cbde8182a4ce46fd8f909 (patch) | |
tree | bf503067184c546bbbbac5e680fef649656709e7 | |
parent | 96481892cf693fa33d5f14a3ec6beaed26bd4485 (diff) |
* installing mail queue in crontab
-rw-r--r-- | _cron/mail_queue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_cron/mail_queue b/_cron/mail_queue new file mode 100644 index 0000000..ade8424 --- /dev/null +++ b/_cron/mail_queue @@ -0,0 +1 @@ +* * * * * $SITEPATH/bin/backend-run mail_queue |