Skip to content

Instantly share code, notes, and snippets.

@markmandel
Created May 29, 2012 02:20
Show Gist options
  • Save markmandel/2822179 to your computer and use it in GitHub Desktop.
Save markmandel/2822179 to your computer and use it in GitHub Desktop.
ColdFusion 10 with Ubuntu Upstart
# coldfusion - coldfusion server
description "ColdFusion Server"
start on runlevel [2345]
stop on runlevel [!2345]
pre-start exec /opt/coldfusion10/cfusion/bin/coldfusion start
post-stop exec /opt/coldfusion10/cfusion/bin/coldfusion stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment