Skip to content

Instantly share code, notes, and snippets.

@morganp
Created October 16, 2016 14:56
Show Gist options
  • Save morganp/a4566d528f0fe92124cdd8118161f526 to your computer and use it in GitHub Desktop.
Save morganp/a4566d528f0fe92124cdd8118161f526 to your computer and use it in GitHub Desktop.
Crontab with rvm
SHELL = /home/lounge/.rvm/bin/rvm-shell
# Minute Hour Day Month Day of Week Command
# (0-59) (0-23) (1-31) (1-12) (0-6)
0,15,30,45 * * * * /bin/bash -l -c 'cd /path/to/script && ./run_script’

To edit Crontab

crontab -e

to list

crontab -l

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment