npm / ndm

ndm allows you to deploy OS-specific service-wrappers directly from npm-packages.
ISC License
182 stars 22 forks source link

Added support for Init.d #95

Closed bcoe closed 10 years ago

bcoe commented 10 years ago

@ceejbot and I have been working on getting npm Enterprise working in Docker. Init.d works better with Docker than Upstart, I've added Init.d support to ndm to help with our ongoing Docker experiments.

Thanks to @fhd for the great template I'm using.