diff options
Diffstat (limited to '_content/journal/2026/index.adoc')
| -rw-r--r-- | _content/journal/2026/index.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_content/journal/2026/index.adoc b/_content/journal/2026/index.adoc index ff5d0fd..531ac52 100644 --- a/_content/journal/2026/index.adoc +++ b/_content/journal/2026/index.adoc @@ -3,6 +3,17 @@ === 2026 +link:/journal/2026/reducing_idle_services/[Reducing Idle Services with +SystemD^]. +In this journal, we will take a look on how to minimize idle services +running in the background using +https://man.archlinux.org/man/systemd-socket-proxyd.8[systemd-socket-proxyd(8)^] +for services that we cannot control their code +and using +https://man.archlinux.org/man/systemd.socket.5[systemd.socket(5)^] +for services that we can changes their code. + + link:/journal/2026/systemd_socket_with_go/[systemd Socket Activation with Go^]. In this journal, we will take a look on how to implement socket-based activation on Go program that listen and serve HTTP. |
