blob: 195132268d705bf1840ad6b2f033a64222242ae7 [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-{{ vlan_ids[0] }}.sh
end script