Results 1 to 2 of 2

Thread: Cron Tab Annoyance

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default Cron Tab Annoyance

    In the suggested cron setup, the info for

    notifies.php
    tags.php

    Should have at the end, this

    Code:
    > /dev/null 2>&1
    so you don't get an annoying email everytime these cron jobs run.

    cmd, which runs once a day at midnight, is ok. But without above, you will be annoyed by all the emails in your mailbox.

    For example:

    Code:
    /usr/local/bin/php -q /home/username/public_html/periodic/notifies.php > /dev/null 2>&1
    
    /usr/local/bin/php -q /home/username/public_html/periodic/tags.php > /dev/null 2>&1

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  2. #2
    bigal0228's Avatar
    Join Date
    Sep 2007
    Posts
    409
    Blog Entries
    1

    Default Thanks for the fix!

    Was getting pretty tired deleting those emails!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cron Job?
    By faouzi in forum General Troubleshooting
    Replies: 2
    Last Post: 08-04-2007, 04:16 AM
  2. Cron Job Help
    By nay27uk in forum General Troubleshooting
    Replies: 0
    Last Post: 04-12-2007, 12:55 PM
  3. cron help
    By MPP in forum General Troubleshooting
    Replies: 3
    Last Post: 12-23-2006, 01:50 PM
  4. New Cron Job
    By sugarenia in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 02-20-2006, 04:31 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •