Something I never see mentioned in the systemd discussions

This page summarizes the projects mentioned and recommended in the original post on /r/linux

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • systemd

    The systemd System and Service Manager

  • Systemd uses a cgroup to track the processes started by each connection, which makes sense. However, in 2016, Systemd changed the default value of KillUserProcesses to yes. As a result, when an SSH connection is dropped, the entire cgroup is sent SIGTERM instead of being sent SIGHUP. The only reason that this this didn't impact most users is because distro maintainers stepped in and overrode the systemd default to keep KillUserProcesses=no.

  • kanagawa.nvim

    NeoVim dark colorscheme inspired by the colors of the famous painting by Katsushika Hokusai.

  • I've recently learned to love Kanagawa and now use it everywhere.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tmux

    tmux source code

  • There was also a huge amount of flak because systemd started raising bug reports (e.g. tmux github issue and Hacker News discussion) saying that because systemd changed to a completely unreasonable default, everybody else should now update to the blessed and systemd-approved method for having persistent processes. And this all arose because some GNOME processes had inappropriately started using SIGHUP to indicate refreshing of resources instead of a HangUP, which led to GNOME failing to respond and propagate to children the actual SIGHUP being sent, which led to systemd developers deciding that the best way to fix that was by using the user-process groups to send SIGTERM instead of SIGHUP.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts