From: Mariano Giménez Date: Tue, 23 Jan 2024 14:51:29 +0000 (+0100) Subject: add The systemd for Developers Series pages X-Git-Tag: v256-rc1~775^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d06b85f05f54d95e8ba4cd091b8677aeb71a54;p=thirdparty%2Fsystemd.git add The systemd for Developers Series pages --- diff --git a/docs/_data/extra_pages.json b/docs/_data/extra_pages.json index 31a2c59dfd9..bf3536fcd3c 100644 --- a/docs/_data/extra_pages.json +++ b/docs/_data/extra_pages.json @@ -283,5 +283,20 @@ "category": "The systemd for Administrators Blog Series", "title": "A Vietnamese translation", "url": "https://archlinuxvn.org/doc/systemd/#lp" + }, + { + "category": "The systemd for Developers Series", + "title": "#1: Socket Activation", + "url": "https://0pointer.de/blog/projects/socket-activation.html" + }, + { + "category": "The systemd for Developers Series", + "title": "#2: Socket Activation (Part 2)", + "url": "https://0pointer.de/blog/projects/socket-activation2.html" + }, + { + "category": "The systemd for Developers Series", + "title": "#3: Logging to the Journal", + "url": "https://0pointer.de/blog/projects/journal-submit.html" } ]