Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. files:
  2. "/etc/cron.d/mycron":
  3. mode: "000644"
  4. owner: root
  5. group: root
  6. content: |
  7. * * * * * root . cd /var/app/current && php artisan schedule:run >> /dev/null 2>&1
  8.  
  9. commands:
  10. remove_old_cron:
  11. command: "rm -f /etc/cron.d/*.bak"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement