summaryrefslogtreecommitdiff
path: root/_content/journal
diff options
context:
space:
mode:
Diffstat (limited to '_content/journal')
-rw-r--r--_content/journal/2026/reducing_idle_services/index.adoc3
-rw-r--r--_content/journal/2026/systemd_socket_with_go/index.adoc3
2 files changed, 6 insertions, 0 deletions
diff --git a/_content/journal/2026/reducing_idle_services/index.adoc b/_content/journal/2026/reducing_idle_services/index.adoc
index bbf4775..8572315 100644
--- a/_content/journal/2026/reducing_idle_services/index.adoc
+++ b/_content/journal/2026/reducing_idle_services/index.adoc
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: CC-BY-SA-4.0
+// SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info>
+
= Reducing Idle Services with systemd
1 February 2026
:description: Minimize running services in Linux with systemd-socket-proxyd
diff --git a/_content/journal/2026/systemd_socket_with_go/index.adoc b/_content/journal/2026/systemd_socket_with_go/index.adoc
index 45e5075..a9ca5cd 100644
--- a/_content/journal/2026/systemd_socket_with_go/index.adoc
+++ b/_content/journal/2026/systemd_socket_with_go/index.adoc
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: CC-BY-SA-4.0
+// SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info>
+
= systemd socket activation with Go
1 February 2026
:description: Implement systemd socket activation in Golang, Go