diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-13 20:00:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-13 20:00:16 +0700 |
| commit | f62a74a4521c7f4e2c32d96f0347c15953739f23 (patch) | |
| tree | 91c412eb0fc8bcf59e36ab778d413f216d56932c | |
| parent | 4623487a4868ca65d8f12db6b78429b2074183c7 (diff) | |
| download | kilabit.info-f62a74a4521c7f4e2c32d96f0347c15953739f23.tar.xz | |
_content: add missing SPDX headers
| -rw-r--r-- | _content/index.css | 4 | ||||
| -rw-r--r-- | _content/journal/2026/reducing_idle_services/index.adoc | 3 | ||||
| -rw-r--r-- | _content/journal/2026/systemd_socket_with_go/index.adoc | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/_content/index.css b/_content/index.css index 71af1fc..ece8f79 100644 --- a/_content/index.css +++ b/_content/index.css @@ -1,3 +1,7 @@ +/* SPDX-License-Identifier: CC-BY-SA-4.0 + * SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> + */ + #toc ul.sectlevel1 { column-width: 20rem; } 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 |
