Google Compute Engine Start Up Python Script Doesn't Run At Boot
I'm trying to set up a short list of start-up commands for my Google Compute engine instance, but no matter what I do it doesn't execute. The script is supposed to start a daemon s
Where is the stream
folder? Your start up script is run from /
, not /username
or /root
.
ssh
into the Compute Engine and have a look at /var/log/syslog
, search for start
or startup
to see what's blocking your script from running.
cat /var/log/syslog | grep start
Post a Comment for "Google Compute Engine Start Up Python Script Doesn't Run At Boot"