Skip to main content

auto add clean_user_php_sessions to cron looks wrong

Comments

3 comments

  • quietFinn
    09,39 means minutes 9 and 39, i.e. twice an hour.
    0
  • rolinger
    ah...so the `,` allows more than one value in the set of 5 fields. Thus: `09,39 0,6,12,18 * * *` would mean at 00:09, 00:39, 06:09,06:39, 12:09,12:39, 18:09,18:39 Correct?
    0
  • quietFinn
    Yes, but it would be easier like this: 09,39 */6 * * * i.e. every 6th hour.
    0

Please sign in to leave a comment.