From 26e1e55f20d5c900803f38ad271c661aef162552 Mon Sep 17 00:00:00 2001 From: Paul Wagener Date: Mon, 9 Dec 2013 11:36:27 +0100 Subject: [PATCH] Added upstart script that starts boot.sh --- build-vm/security-workshop.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build-vm/security-workshop.conf diff --git a/build-vm/security-workshop.conf b/build-vm/security-workshop.conf new file mode 100644 index 0000000..2ea07fd --- /dev/null +++ b/build-vm/security-workshop.conf @@ -0,0 +1,11 @@ +# Upstart script that is placed in /etc/init in the VM +# It runs the boot.sh after mysql and networking have started + +description "Security Workshop" +author "Paul Wagener " + +start on (net-device-up and started mysql) + +exec /home/security/workshop/build-vm/boot.sh +console output +