From 8e2add770917c45cb018392fa4aceacba73694ef Mon Sep 17 00:00:00 2001 From: Erik Sjölund Date: Wed, 13 Jul 2022 13:54:30 +0200 Subject: [CI:DOCS] Update docs/tutorials/socket_activation.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Valentin Rothberg Signed-off-by: Erik Sjölund --- docs/tutorials/socket_activation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/tutorials/socket_activation.md b/docs/tutorials/socket_activation.md index 8275075f0..7eeb1ed80 100644 --- a/docs/tutorials/socket_activation.md +++ b/docs/tutorials/socket_activation.md @@ -3,7 +3,7 @@ Socket activation conceptually works by having systemd create a socket (e.g. TCP, UDP or Unix socket). As soon as a client connects to the socket, systemd will start the systemd service that is configured for the socket. The newly started program inherits the file descriptor of the socket -and can then call accept the incoming connection (in other words run the system call `accept()`). +and can then accept the incoming connection (in other words run the system call `accept()`). This description corresponds to the default systemd socket configuration [`Accept=no`](https://www.freedesktop.org/software/systemd/man/systemd.socket.html#Accept=) that lets the service accept the socket. -- cgit v1.2.3-54-g00ecf