Scott Baker | 31acc65 | 2016-06-23 15:47:56 -0700 | [diff] [blame] | 1 | # Upstart script for Monitoring channel |
2 | description "Upstart script for Monitoring channel container" | ||||
3 | author "andy@onlab.us" | ||||
4 | start on filesystem and started docker | ||||
5 | stop on runlevel [!2345] | ||||
6 | respawn | ||||
7 | |||||
8 | script | ||||
9 | /usr/local/sbin/start-monitoring-channel-{{ unique_id }}.sh | ||||
10 | end script |