Re: [systemd-devel] Forking service behind socket and service.

2024-04-02 Thread Michal Koutný
Hello. On Wed, Mar 27, 2024 at 07:35:19AM +, Steve Traylen wrote: > In particular I want the socket to close once the fork happens. > If the service is Type=forking things do work but socket is persisted > - that's not great for thing doing the original submission. It expects > the socket to

Re: [systemd-devel] Forking service behind socket and service.

2024-03-27 Thread Mantas Mikulėnas
On Wed, Mar 27, 2024 at 9:35 AM Steve Traylen wrote: > Hi, > I have a old legacy service that's a bit odd in that it was previously > launched by xinetd but is weird in that: > > After an initial quite quick auth and set up a daemon is forked of to run > the much longer process. > > Setting this

[systemd-devel] Forking service behind socket and service.

2024-03-27 Thread Steve Traylen
Hi, I have a old legacy service that's a bit odd in that it was previously launched by xinetd but is weird in that: After an initial quite quick auth and set up a daemon is forked of to run the much longer process. Setting this up with a socket me.socket and me@.service does not work quite rig