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

automerge

(cherry picked from commit 0c14ca58c7)
This commit is contained in:
mergify[bot]
2019-10-27 13:55:37 -07:00
committed by Michael Vines
parent 4cb38ddf01
commit f1e9a944ef
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