This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
NewerOlder