Per #4 this adds a systemd unit file that can be used in place of the Upstart init script for newer versions of Ubuntu.
The Makefile and tests have been updated to use the correct init script based on the installed init system. Using the environment variable BOX_NAME=bento/ubuntu-15.04 with Vagrant provides a test environment where systemd is installed.
Per #4 this adds a systemd unit file that can be used in place of the Upstart init script for newer versions of Ubuntu.
The Makefile and tests have been updated to use the correct init script based on the installed init system. Using the environment variable
BOX_NAME=bento/ubuntu-15.04
with Vagrant provides a test environment where systemd is installed.