this post was submitted on 25 Dec 2024
364 points (99.2% liked)

Programmer Humor

19821 readers
1 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] deadcream@sopuli.xyz 72 points 2 days ago (2 children)

That's why you launch them through systemd.

[–] ikidd@lemmy.world 71 points 2 days ago (2 children)

But systemd is the devil and makes nothing better, right?

Right?

[–] tdawg@lemmy.world 17 points 2 days ago (1 children)

Really? I've never had issue with it

[–] qaz@lemmy.world 34 points 2 days ago

It's a joke about the criticism systemd gets

[–] desktop_user@lemmy.blahaj.zone 8 points 2 days ago (1 children)

Openrc is bloat, you should manually pair electrons

[–] bleistift2@sopuli.xyz 7 points 2 days ago (1 children)

The constant nagging by you systemd people worked. I’ve written a unit that does what I need it to do. That was more annoying than I think it needed to be, but well… my solution didn’t work at all.

[–] deadcream@sopuli.xyz 4 points 2 days ago

AFAIK kernel itself doesn't send any signals to processes on shutdown/reboot, it just stops executing them. This is a job service manager (e.g. systemd) that terminates processes using SIGTERM before asking kernel to shutdown.