# spxsysconf crontab to schedule hourly jobs,
# as that is missing from main crontab
# NOTE: this file should be removed if main crontab gets hourly job included

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user	command
1 * * * *	root	run-parts --report /etc/cron.hourly
#


