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 ```