# /etc/cron.d/helpspot
#
# Run HelpSpot's "schedule:run" command every 1 minute
#
# Cron definition:
# m = minute
# h = hour
# dom = day of month
# mon = month
# dow = day of week
# user = the user running the command
# command = the command to run
#
# m h dom mon dow user  command
* * * * * www-data cd /var/www/helpspot && /usr/bin/php hs schedule:run
