From 5182ccf648179f276f93ea9e769767c304dff329 Mon Sep 17 00:00:00 2001
From: Luca Favatella <luca.favatella@erlang-solutions.com>
Date: Mon, 12 Oct 2015 21:33:09 +0100
Subject: [PATCH 2/2] Fix issue when installing jessie suite

Probably related to recent switch to systemd.
---
 packer-virtualbox-vagrant/scripts/virtualbox.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packer-virtualbox-vagrant/scripts/virtualbox.sh b/packer-virtualbox-vagrant/scripts/virtualbox.sh
index ff523b1..d5f2a4e 100755
--- a/packer-virtualbox-vagrant/scripts/virtualbox.sh
+++ b/packer-virtualbox-vagrant/scripts/virtualbox.sh
@@ -21,5 +21,5 @@ if test -f .vbox_version ; then
   rm -f VBoxGuestAdditions.iso
 
   # Start the newly build driver
-  /etc/init.d/vboxadd start
+  service vboxadd start
 fi
-- 
2.6.1

