Skip to content

Commit

Permalink
[CI:DOCS] Update docs/tutorials/socket_activation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Rothberg <[email protected]>
Signed-off-by: Erik Sjölund <[email protected]>
  • Loading branch information
eriksjolund and vrothberg committed Jul 14, 2022
1 parent 2270bc5 commit 8e2add7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/socket_activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e2add7

Please sign in to comment.