# Upstart script for Monitoring channel | |
description "Upstart script for Monitoring channel container" | |
author "andy@onlab.us" | |
start on filesystem and started docker | |
stop on runlevel [!2345] | |
respawn | |
script | |
/usr/local/sbin/start-monitoring-channel-{{ unique_id }}.sh | |
end script |