From c374406806943372b6e583c5417634cda4bb637f Mon Sep 17 00:00:00 2001 From: jultty Date: Wed, 8 Oct 2025 12:56:13 -0300 Subject: [PATCH] Fix typo in Half an Year on Alpine blog post --- content/posts/half-an-year-on-alpine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/half-an-year-on-alpine.md b/content/posts/half-an-year-on-alpine.md index 59f483e..91f4f2c 100644 --- a/content/posts/half-an-year-on-alpine.md +++ b/content/posts/half-an-year-on-alpine.md @@ -86,7 +86,7 @@ Init is the first process started during boot. It never exits. It (re)spawns children according to /etc/inittab. Signals: HUP: reload /etc/inittab TSTP: stop respawning until CONT QUIT: re- -exec another init USR1/TER, since I'd be spending some time setting up services with it./USR2/INT: run +exec another init USR1/TER, /USR2/INT: run halt/reboot/poweroff/Ctrl-Alt-Del script ```