Re: [SOLVED] Re: Reboot or Shutdown commands dont exit from tty auto

"Laurent Bercot" <[email protected]> Sun, 24 Nov 2024 22:47:00 +0000
Newsgroups gmane.comp.sysutils.supervision.general
Message-ID <[email protected]>
>Can I do anything to make my agetty behave compatible or accept this signal? The solution would be to implement ngetty?

  No, it's just historical behaviour for terminal managers to die on
SIGHUP instead of SIGTERM, and it kind of makes sense too. There's
nothing to fix here, because the fix would cause more chaos than it
solves problems. It is, unfortunately, just something you need to
remember: when supervising a getty, always set the down-signal to
SIGHUP.

--
  Laurent