Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Forked from SmetDenis/cron.sh
Created November 23, 2016 12:21
Show Gist options
  • Save CB9TOIIIA/b05c6a7ec8ba48b8fca5f0455d0f909a to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/b05c6a7ec8ba48b8fca5f0455d0f909a to your computer and use it in GitHub Desktop.
0 0 * * * /some/path/to/a/file.php > $HOME/`date +\%Y\%m\%d\%H\%M\%S`-cron.log 2>&1
jbzoo items:items-import -vvv >> /home/vsem/logs/cron-jbzoo/`date +\%Y-\%m-\%d_\%H-\%M-\%S`-cron.log 2>&1
* * * * * /usr/local/bin/php -c /etc/php.ini ~/cli/jbzoo/vendor/jbzoo/console/bin/jbzoo items:items-import -vvv >> /home/vsem/logs/cron-jbzoo/`date +\%Y-\%m-\%d_\%H-\%M-\%S`-cron.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment