Added upstart script that starts boot.sh

Paul Wagener 12 years ago
parent 23d5f19e39
commit 26e1e55f20
  1. 11
      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 <p.wagener@avans.nl>"
start on (net-device-up and started mysql)
exec /home/security/workshop/build-vm/boot.sh
console output
Loading…
Cancel
Save