Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 382 Bytes

cron.md

File metadata and controls

23 lines (16 loc) · 382 Bytes

Crontab

Table of Contents

Misc

MOST IMPORTANT LINES IN A CRONTAB! Allow to run normal programms that are not under /bin/

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

or

SHELL=/bin/bash
BASH_ENV=/home/hotpi/.bash_profile