For different ways of launching services, JD should support different backends. E.g. current one is sh, but we could add supervisord one that will automatically generate supervisord services definitions.
We can also add nginx backend, which doesn't do anything but setting up sites definitions for nginx creating proxies to correct ports.
For different ways of launching services, JD should support different backends. E.g. current one is
sh
, but we could add supervisord one that will automatically generate supervisord services definitions.We can also add
nginx
backend, which doesn't do anything but setting up sites definitions for nginx creating proxies to correct ports.Another handy backend would be
launchd
.