Skip to content

Instantly share code, notes, and snippets.

@cmprescott
Created February 1, 2015 22:14
Show Gist options
  • Save cmprescott/fbaf62b8723e690272fe to your computer and use it in GitHub Desktop.
Save cmprescott/fbaf62b8723e690272fe to your computer and use it in GitHub Desktop.
Example of the format Optware's crontab uses
# /opt/etc/crontab example
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/sbin:/opt/bin
MAILTO=""
HOME=/
# ---------- ---------- Default is Empty ---------- ---------- #
40 7 * * 1-5 admin /opt/etc/cron.d/some_script.sh >> /opt/var/log/cron.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment