aboutsummaryrefslogtreecommitdiffstats
path: root/templates/hommabot/etc_crontab.j2
blob: 556d12ac9e16294f3209bd8538e1ecf4ff4a8862 (plain)
1
2
3
4
5
6
7
8
9
10
# /etc/crontab - root's crontab for FreeBSD
#
#
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
#
#minute hour    mday    month   wday    who     command

# Run hommabot every Monday at 9:00 AM
0       9       *       *       1       root    /bin/sh -c "cd /root/hommabot && node index.js"