• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle


















  • argv_minus_one@beehaw.orgtoLinux@lemmy.mlSystemD
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    10 months ago

    The same is true of Linux itself.

    Anyway, I’m not sure I see how a non-gigantic, slow-moving, pretty-much-finished open-source project like systemd can become broken or compromised in a way that forking it cannot solve. This isn’t Chromium we’re talking about, where it takes an army of world-class developers just to keep it from falling so far behind as to be basically unusable. If systemd were to stop being developed in any way other than security and critical bug fixes, it would still remain useful for many years.


  • argv_minus_one@beehaw.orgtoLinux@lemmy.mlSystemD
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    10 months ago

    Use systemctl --failed to see which services didn’t come up, systemctl status SERVICENAMEHERE to see some status info about a service, and journalctl -b -u SERVICENAMEHERE to see all log messages generated by a service since last reboot.