Instrumental / instrumentald

Instrumental System and Service Daemon
MIT License
14 stars 3 forks source link

Add support for Debian 8 and Ubuntu 16 #60

Closed tonydewan closed 7 years ago

tonydewan commented 7 years ago

Debian 8 ad Ubuntu 16 use systemd instead of sysvinit by default for service management, so our after-install, after-remove, and before-remove scripts do not work as expected there. This updates those scripts to check for which is used, and act appropriately.

Also, fpm was not set up to build for Debian 8.