Hi, I want to use systemd to manage some services written in Java. I found it is easy to write service units for starting and stopping the services. However, I also hope to implement the socket activation for Java services, in order to start the service when receiving the first connection. Should I encapsulate sd-daemon.c or something else by JNI, or hack the implementation of Socket class? Or any other suggestions?
Thanks for your time! -- Jian Lin (林健) http://linjian.org _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel