parent
23d5f19e39
commit
26e1e55f20
@ -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…
Reference in new issue