Skip to content

Instantly share code, notes, and snippets.

@dmitry-ilyashevich
Created February 28, 2014 22:02
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 dmitry-ilyashevich/9280923 to your computer and use it in GitHub Desktop.
Save dmitry-ilyashevich/9280923 to your computer and use it in GitHub Desktop.
wget -O init-deb.sh http://library.linode.com/assets/1139-init-deb.sh
mv init-deb.sh /etc/init.d/nginx
chmod +x /etc/init.d/nginx
/usr/sbin/update-rc.d -f nginx defaults
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment