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

Doesn't work in Ubuntu 15.04 #32

Closed anissen closed 3 years ago

anissen commented 9 years ago

In Ubuntu 15.04, upstart is replaced with systemd which causes forever-service to fail.

arvind-agarwal commented 9 years ago

Ok, will have to check it, do the traditional sysvinit script still work in ubuntu 15.04?

anissen commented 9 years ago

Not according to this article:

This is a change that will have old-school admins pulling out their graying hair by the handfuls. You see, systemd is replacing the aging UNIX sysvinit startup system (which had already been replaced in Ubuntu by a system called upstart).

mkozjak commented 8 years ago

+1

sukima commented 8 years ago

Sorry for being the curmudgeon here. There hasn't been any movement on this issue since commit 6b18e7dd41a30d4c8fd30697982359bb28fbc416 on Jul 9th. Considering Ubuntu 15.x is pretty much here to stay what are the blockers?

arvind-agarwal commented 8 years ago

@sukima sorry for delay on this, i have been tied up with some work related priorities, most probably will work on this next month. For this I will be creating a daemon for systemd, so hopefully more OS flavours can be supported in future.

dominikwilkowski commented 8 years ago

16.04 is out and well. systemd support seems important now :)

tony1016 commented 8 years ago

update expected!!

arvind-agarwal commented 8 years ago

@tony1016 there is a pull request which i have to merge, which will take few more days that will support latest ubuntu as well.

afturner commented 8 years ago

Thanks!