You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Security-VM/build-vm/security-workshop.conf

11 lines
315 B

# 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