This commit is contained in:
2026-03-20 15:18:07 +07:00
parent 03eb96661e
commit eaa55c69b4

View File

@@ -9,7 +9,7 @@
# ------------------------------------------------------------------------------------------------ #
# ---------------- For PC that has juliar for root user and julia for normal user ---------------- #
# linux_prompt> @reboot sleep 30 && /usr/local/bin/juliar --project=/home/ton/docker-programs/check_and_reboot/check_router_reboot.jl >> /var/log/check_reboot.log 2>&1
# linux_prompt> @reboot sleep 30 && /usr/local/bin/juliar /home/ton/docker-programs/check_and_reboot/check_router_reboot.jl >> /var/log/check_reboot.log 2>&1
# *** juliar is julia that I install separately for root user (sudo crontab -e) which I symlinked to juliar because I want to separate it from user's julia
# ---------------------------------- For PC that has only julia ---------------------------------- #