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.
> >
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
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