blob: fa7885e4ff7469fe834062b2bcdeacaec5a10486 [file] [log] [blame]
Sapan Bhatia2ac88642016-01-15 10:43:19 -05001# 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