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
595 stars 65 forks source link

Doesn't work in Ubuntu 15.10 #49

Closed mukarahan closed 8 years ago

mukarahan commented 8 years ago

here the output of sudo forever-service install test

forever-service version 0.5.4

Platform - Ubuntu 15.10 initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused Could not provision service Could not add service test initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

arvind-agarwal commented 8 years ago

@mukarahan currently Ubuntu 15.10 is not supported since they switched from upstart to systemd, systemd support for forever-service is in development.