Invoke on-reboot from cloud startup script to avoid racing with cron (#6579)

automerge
This commit is contained in:
Michael Vines
2019-10-27 10:56:16 -07:00
committed by Grimes
parent f3c0aa154a
commit 0c14ca58c7
2 changed files with 6 additions and 1 deletions

View File

@ -76,7 +76,6 @@ now=\$(date -u +"%Y-%m-%dT%H:%M:%SZ")
ln -sfT validator.log.\$now validator.log
EOF
chmod +x ~/solana/on-reboot
echo "@reboot ~/solana/on-reboot" | crontab -
GPU_CUDA_OK=false
GPU_FAIL_IF_NONE=false