Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. MYSQL_USER=something
  2. MYSQL_DB=something
  3. MYSQL_PASS=something
  4. _=/usr/bin/env
  5. # Start the cron
  6. * * * * * php /app/index.php printhello >> /var/log/cron.log 2>&1
  7. # An empty line is required at the end of this file for a valid cron file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement