this post was submitted on 25 Dec 2024
409 points (99.0% liked)

Programmer Humor

20215 readers
1798 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
[–] [email protected] 82 points 1 month ago (2 children)

That's why you launch them through systemd.

[–] [email protected] 81 points 1 month ago (2 children)

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

Right?

[–] [email protected] 22 points 1 month ago (1 children)

Really? I've never had issue with it

[–] [email protected] 44 points 1 month ago

It's a joke about the criticism systemd gets

[–] [email protected] 8 points 1 month ago (1 children)
[–] [email protected] 34 points 1 month ago

Openrc is bloat, you should manually pair electrons

[–] [email protected] 11 points 1 month 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.

[–] [email protected] 10 points 1 month 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.