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

Please add option to list installed services #97

Open geoffsimons opened 6 years ago

geoffsimons commented 6 years ago

I recently (or so I thought) deleted a service, but I'm not sure if it worked, or if I might have done it wrong. It would be super useful to see what services are installed and be able to delete the ones I don't want anymore.

geoffsimons commented 6 years ago

It seems like it might be pretty easy to grep for "forever" or something else that might be fairly unique to your script.