zapty / forever-service

Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS
https://github.com/zapty/forever-service
MIT License
594 stars 65 forks source link

Ubuntu 14.04 no longer uses upstart #85

Open codyaray opened 7 years ago

codyaray commented 7 years ago

Was this intentional? Trusty switched to sysv instead of upstart in forever-service v0.5.9.

uses sysv - forever-service --version => 0.5.9 uses upstart - forever-service version => 0.5.8

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:        14.04
Codename:       trusty
arvind-agarwal commented 7 years ago

Probably side effect of sysv support for Ubuntu 15.04 onwards.