Systemd 254 released and now has a new soft-reboot option:

    * A new "soft-reboot" mechanism has been added to the service manager.
      A "soft reboot" is similar to a regular reboot, except that it
      affects userspace only: the service manager shuts down any running
      services and other units, then optionally switches into a new root
      file system (mounted to /run/nextroot/), and then passes control to a
      systemd instance in the new file system which then starts the system
      up again. The kernel is not rebooted and neither is the hardware,
      firmware or boot loader. This provides a fast, lightweight mechanism
      to quickly reset or update userspace, without the latency that a full
      system reset involves. Moreover, open file descriptors may be passed
      across the soft reboot into the new system where they will be passed
      back to the originating services. This allows pinning resources
      across the reboot, thus minimizing grey-out time further. This new
      reboot mechanism is accessible via the new "systemctl soft-reboot"
      command.>
  • Atemu@lemmy.ml
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    3
    ·
    11 months ago
    • Support for System V service scripts is now deprecated and will be removed in a future release. Please make sure to update your software now to include a native systemd unit file instead of a legacy System V script to retain compatibility with future systemd releases.

    Why is this being removed?

    I wouldn’t use it but it certainly seems handy for a quick hack and also for people who are used to the old ways.

    • dr_robot@kbin.social
      link
      fedilink
      arrow-up
      45
      ·
      11 months ago

      Maintaining legacy options is always maintenance overhead or things you need to work around when implementing new features. I suspect that they’ve concluded that not enough people use it anymore to justify the overhead.

      • PM_ME_UR_PCAPS@lemmy.ml
        link
        fedilink
        English
        arrow-up
        19
        ·
        edit-2
        11 months ago

        Yeah it’s not like service files are difficult to write. They’re certainly easier than sysv init files