5 lines
568 B
Markdown
5 lines
568 B
Markdown
<!-- ------------------------------------------------------------------------------------------- -->
|
|
<!-- add the following to root's crontab (sudo crontab -e) -->
|
|
<!-- ------------------------------------------------------------------------------------------- -->
|
|
@reboot /usr/local/bin/juliar /home/ton/docker-programs/check_yiem_website_reboot/check_yiem_website_reboot.jl >> /var/log/check_reboot.log 2>&1
|
|
# *** juliar is root's julia (sudo crontab -e) but I symlinked to juliar because I want to seperate it from user's julia |