From 82c72c28bb932079955003081b4ca9b0786e3019 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 18 Aug 2014 23:46:07 +0200 Subject: [PATCH] systemd may not have been the best idea Signed-off-by: Nico Schottelius --- blog/maybe-systemd-is-not-the-best-idea.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 blog/maybe-systemd-is-not-the-best-idea.mdwn diff --git a/blog/maybe-systemd-is-not-the-best-idea.mdwn b/blog/maybe-systemd-is-not-the-best-idea.mdwn new file mode 100644 index 00000000..23571376 --- /dev/null +++ b/blog/maybe-systemd-is-not-the-best-idea.mdwn @@ -0,0 +1,10 @@ +[[!meta title="Maybe systemd is not the best idea"]] + + [189135.535385] systemd[515]: segfault at 7f75cc68a160 ip 00007f75cf24782d sp 00007fff0ad54040 error 4 in systemd[7f75cf20f000+123000] + +Maybe, an init system should be small and robust and focus on +***initialising*** the operating system. + +I have plans for a change - just follow this blog for updates. + +[[!tag linux init net]]