supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* socket based service bringup
@ 2020-11-03 11:54 billa chaitanya
  2020-11-03 12:40 ` Laurent Bercot
  0 siblings, 1 reply; 2+ messages in thread
From: billa chaitanya @ 2020-11-03 11:54 UTC (permalink / raw)
  To: supervision

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

Hi Team,

Is it s6-ipcserver which can be used to make an s6 socket based service
equivalent .socket service in systemd?

$ cat /lib/systemd/system/dbus.socket
ListenStream=/var/run/dbus/system_bus_socket
$


Thanks,
chaitanya

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: socket based service bringup
  2020-11-03 11:54 socket based service bringup billa chaitanya
@ 2020-11-03 12:40 ` Laurent Bercot
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Bercot @ 2020-11-03 12:40 UTC (permalink / raw)
  To: billa chaitanya, supervision

>Is it s6-ipcserver which can be used to make an s6 socket based service
>equivalent .socket service in systemd?

  For unix-domain sockets, yes, it is.
  For inet-domain sockets, the equivalent is s6-tcpserver, available in
the s6-networking package.

--
  Laurent


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-03 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03 11:54 socket based service bringup billa chaitanya
2020-11-03 12:40 ` Laurent Bercot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).