Elektrine lite

← Feed

@benjamineskola@hachyderm.io

Post #2400887

2026-05-07 06:48 UTC

@me@social.taupehat.com Surely systemd has the feature already? `Before=shutdown.target` or some such.

Replies (1)

  • @me@social.taupehat.com 2026-05-07 07:33

    @benjamineskola@hachyderm.io for sure. It's just not great at handling independent, blocking tasks that need to do things in a very specific order. While there are some controls, the default behavior (and dare I say design philosophy) of systemd is "runlevel N reached: do all of its tasks at the same time!" Great if you're running a laptop or whatever braindead container format is fashionable this week, tricky at best if you're running a complex server.

    Open ##2400888