Created
February 1, 2015 22:14
-
-
Save cmprescott/fbaf62b8723e690272fe to your computer and use it in GitHub Desktop.
Example of the format Optware's crontab uses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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