Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. * * * * * su daemon -c "/bin/sh /opt/bitnami/apps/magento/htdocs/cron.sh"
  2.  
  3. * * * * * command to execute
  4. ┬ ┬ ┬ ┬ ┬
  5. │ │ │ │ │
  6. │ │ │ │ │
  7. │ │ │ │ └───── day of week (0 - 7) (0 to 6 are Sunday to Saturday, or use names; 7 is Sunday, the same as 0)
  8. │ │ │ └────────── month (1 - 12)
  9. │ │ └─────────────── day of month (1 - 31)
  10. │ └──────────────────── hour (0 - 23)
  11. └───────────────────────── min (0 - 59)
  12.  
  13. Minutes [0-59]
  14. | Hours [0-23]
  15. | | Days [1-31]
  16. | | | Months [1-12]
  17. | | | | Days of the Week [Numeric, 0-6]
  18. | | | | |
  19. * * * * *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement