blob: fa7885e4ff7469fe834062b2bcdeacaec5a10486 [file] [log] [blame]
Scott Baker761e1062016-06-20 17:18:17 -07001# Upstart script for vCPE
2description "vCPE container"
3author "andy@onlab.us"
4start on filesystem and started docker
5stop on runlevel [!2345]
6respawn
7
8script
9 /usr/local/sbin/start-vcpe-{{ s_tags[0] }}-{{ c_tags[0] }}.sh
10end script