On our linux server we have a lot of entries.
Many entries look like this:
15 13 * * 3 /very/long/path/to/binary/run.sh ...
These entries would be easier to maintain if I could write:
15 13 * * 3 $FPATH/run.sh
Where could I write this mapping:
FPATH=/very/long/path/to/binary
Where can I set environment variables that crontab will use?
– X Tian Mar 13 '14 at 10:18