blob: eb937ac61ecdb18c8ba788ccbf3537b40334c1df [file] [log] [blame]
# 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