blob: fa7885e4ff7469fe834062b2bcdeacaec5a10486 [file] [log] [blame]
Andy Bavier6a4ee432015-07-02 15:03:53 -04001# Upstart script for vCPE
2description "vCPE container"
3author "andy@onlab.us"
4start on filesystem and started docker
5stop on runlevel [!2345]
6respawn
7
8script
Andy Bavierd1320902015-11-17 17:07:56 -05009 /usr/local/sbin/start-vcpe-{{ s_tags[0] }}-{{ c_tags[0] }}.sh
Andy Bavier6a4ee432015-07-02 15:03:53 -040010end script