blob: fa7885e4ff7469fe834062b2bcdeacaec5a10486 [file] [log] [blame]
# Upstart script for vCPE
description "vCPE container"
author "andy@onlab.us"
start on filesystem and started docker
stop on runlevel [!2345]
respawn
script
/usr/local/sbin/start-vcpe-{{ s_tags[0] }}-{{ c_tags[0] }}.sh
end script