dokku / dokku-daemon

A daemon wrapper around dokku
MIT License
32 stars 13 forks source link

Add systemd service #7

Closed joshmcrae closed 8 years ago

joshmcrae commented 8 years ago

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.

josegonzalez commented 8 years ago

Good work!