Re: [systemd-devel] Socket activation for Java services

2012-12-27 Thread Jian Lin
Thanks! I will have a try. On Thu, 27 Dec 2012 03:38:08 -0800 David Strauss wrote: > On Mon, Dec 24, 2012 at 7:29 AM, Jian Lin wrote: > > 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. > >

Re: [systemd-devel] Socket activation for Java services

2012-12-27 Thread David Strauss
On Mon, Dec 24, 2012 at 7:29 AM, Jian Lin wrote: > 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 t

[systemd-devel] Socket activation for Java services

2012-12-24 Thread Jian Lin
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