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
Solution 1:
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
Share
Post a Comment
for "Google Compute Engine Start Up Python Script Doesn't Run At Boot"
Post a Comment for "Google Compute Engine Start Up Python Script Doesn't Run At Boot"