Skip to content

Instantly share code, notes, and snippets.

@aaronpk
Created June 26, 2014 20: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 aaronpk/ebd4dd328072b2fdfe72 to your computer and use it in GitHub Desktop.
Save aaronpk/ebd4dd328072b2fdfe72 to your computer and use it in GitHub Desktop.
upstart script for webmention.io streaming server in node. Output ends up in /var/log/upstart/webmention.log
# webmention.io streaming
description "webmention.io streaming server"
start on runlevel [2345]
stop on runlevel [016]
respawn
exec /usr/local/bin/node /web/sites/webmention.io/streaming/webmention.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment