Skip to content

Instantly share code, notes, and snippets.

@sbalay
Created September 2, 2016 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbalay/af01dfd43f2cd769aa53d9bc71950bcc to your computer and use it in GitHub Desktop.
Save sbalay/af01dfd43f2cd769aa53d9bc71950bcc to your computer and use it in GitHub Desktop.
Startup script to launch prerender
#!/bin/sh -e
sleep 2
su - ubuntu -c /home/ubuntu/prerender_startup.sh
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment