Skip to content

Instantly share code, notes, and snippets.

View markmandel's full-sized avatar
🐕
Patting dogs.

Mark Mandel markmandel

🐕
Patting dogs.
View GitHub Profile
@markmandel
markmandel / coldfusion.conf
Created May 29, 2012 02:20
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