this post was submitted on 01 Apr 2024
322 points (93.8% liked)

linuxmemes

20751 readers
1201 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 5 months ago (2 children)

What actually are the advantages of system rc over systemd?

[–] [email protected] 6 points 5 months ago (1 children)

Not having to go on an hour-long googling adventure to figure out how to write a simple init script. If you know bash, that's all you need if you're running (for instance) OpenRC. Systemd services are a mishmash of obscure setting names.

[–] [email protected] 3 points 5 months ago

Systemd is definitely more of a pain in the ass.

[–] [email protected] 5 points 5 months ago (1 children)

It's easier to manage/secure since it's essentially just shell scripts. Systemd touches a lot of things and makes the initialization process more complex, which introduces more security vectors.

[–] [email protected] 4 points 5 months ago

It's easier to manage/secure since it's essentially just shell scripts

I love the fact that I can't tell whether this is irony or not.