blob: 7372d19b9089e89b5f85e6aa25814358411ef901 [file] [log] [blame]
# Upstart script for vEG
description "vEG container"
author "andy@onlab.us"
start on filesystem and started docker
stop on runlevel [!2345]
respawn
script
/usr/local/sbin/start-veg.sh
end script